I'm trying to load a page which is using HTTPS protocol and it is giving me an error
SSL upgrade failed: SSL connect attempt failed because of handshake problemsI have installed LWP::PROTOCOL::https. This is my code
use strict; use warnings; use WWW::Scripter; use Net::SSL; my $w= WWW::Scripter->new( cookie_jar => { autosave => 1} ); $w->use_plugin('JavaScript'); # packaged separately $ENV{HTTPS_VERSION} = '3'; $w->get('https://abc.xyz.com'); my $home_title=$w->title(); print $home_title;
Please suggest
Thanks in advance!
In reply to SSL Upgrade failed by trahulprajapati
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |