in reply to https using lwp
What should I now do? Thank you in advance for your wisdom.
Hi, which CA signed the certificate?
Do you have Mozilla::CA installed?
https://metacpan.org/pod/IO::Socket::SSL#Common-Problems-with-SSL says https://github.com/noxxi/p5-ssl-tools/blob/master/analyze-ssl.pl might be a helpful tool when debugging SSL problems, as do the openssl command line tool ...
One thing to make your life easier is use LWP through WWW::Mechanize
use WWW::Mechanize 1.75; my $ua = WWW::Mechanize->new; $ua->get( $url ); ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: https using lwp (WWW::Mechanize)
by Gorby (Monk) on Nov 19, 2016 at 04:05 UTC | |
by noxxi (Pilgrim) on Nov 19, 2016 at 08:27 UTC | |
by Anonymous Monk on Nov 19, 2016 at 08:01 UTC |