Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Salesforce by (11.9k points)

I am using the WWW:: Salesforce Perl library to login and fetch some data. But I get this error on login -

Perl 500 certificate verify failed

I've installed LWP::UserAgent Mozilla::CA and CACertOrg::CA but it didn't fix the issue.

Is there any certificate I've to download for it to work?

1 Answer

0 votes
by (32.1k points)

Try installing Crypt::SSLeay and LWP::Protocol::https too.

Great reading about this issue: http://blogs.perl.org/users/brian_d_foy/2011/07/now-you-need-lwpprotocolhttps.html

You could try this: Scripts broke after upgrading LWP "certificate verify failed"

export PERL_LWP_SSL_VERIFY_HOSTNAME=0

Related questions

Browse Categories

...