in reply to "certificate verify failed" difference between Perl 5.14 and 5.10

You are using LWP::UserAgent with a version above 6.0. You will need to install a certificate authority database like Mozilla::CA (the one by Mozilla).

  • Comment on Re: "certificate verify failed" difference between Perl 5.14 and 5.10

Replies are listed 'Best First'.
Re^2: "certificate verify failed" difference between Perl 5.14 and 5.10
by mje (Curate) on Jun 16, 2011 at 14:46 UTC

    As I mentioned in the post, I already have Mozilla::CA:

    perl -MMozilla::CA -le 'print $Mozilla::CA::VERSION' 20110409