in reply to Re: LWP, "certificate verify failed" on known good certificate (paypal.com)
in thread LWP, "certificate verify failed" on known good certificate (paypal.com)

Nailed it!

I fixed the problem by adding ssl_opts => { verify_hostname => 1, SSL_ca_file => '/path/to/servers/ca-bundle'} to LWP::UserAgent->new().

  • Comment on Re^2: LWP, "certificate verify failed" on known good certificate (paypal.com)