in reply to Re^3: "certificate verify failed" difference between Perl 5.14 and 5.10
in thread "certificate verify failed" difference between Perl 5.14 and 5.10

I am running ubuntu and have 0.9.80 but I only have one copy of openssl so both Perl's are using the same one. I was hoping to debug it with HTTPS_DEBUG=1 but that does not output anything in 5.14.0. I guess I'll just have to run it in debug and try and see where it fails.

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

Replies are listed 'Best First'.
Re^5: "certificate verify failed" difference between Perl 5.14 and 5.10
by mje (Curate) on Jun 17, 2011 at 08:47 UTC

    I've found what stops it working \o/

    I have PERL_UNICODE=SAL in my environment for Perl 5.14.0. If I unset PERL_UNICODE it works. I've no idea why.

    Correction, I've a good idea why - files being opened in a different mode.

    See OP for real solution.