in reply to Re^2: How to get a better error message from LWP::UserAgent on missing SSL certificates?
in thread How to get a better error message from LWP::UserAgent on missing SSL certificates?
I've tried to reproduce the problem, but it just works here.
If I hide the CA certificate, I get an error with verify_hostname set, I don't if it is unset or set to 0.
(Perl 5.22.2, LWP::UserAgent 6.15, LWP::Protocol::https 6.06 on Fedora 24.)
If I hide the CA certificate, I get an error with verify_hostname set, I don't if it is unset or set to 0.
(Perl 5.22.2, LWP::UserAgent 6.15, LWP::Protocol::https 6.06 on Fedora 24.)
In Section
Seekers of Perl Wisdom