I\'ve written Perl code using WWW::Mechanize to retrieve a webpage. When I retrieve http webpages it works fine but it doesnt work for https. I\'ve checked and I have the Cr
Apparently, I needed to add the following in my file
$ENV{'HTTPS_PROXY'} = 'http://proxy:port/';
for Crypt::SSLeay