http://www.perlmonks.org?node_id=932194


in reply to Re^2: LWP::Useragent GET fails with https
in thread LWP::Useragent GET fails with https

There was a slight mistake in my code example:
$ENV{HTTPS_PROXY} = 'http://proxy:8080';
Note the absence of trailing slash. It works for me, I've just got it running through my local squid proxy:
[~/temp]$ ./test.pl SSL_connect:before/connect initialization SSL_connect:SSLv2/v3 write client hello A SSL_connect:SSLv3 read server hello A SSL_connect:SSLv3 read server certificate A SSL_connect:SSLv3 read server done A SSL_connect:SSLv3 write client key exchange A SSL_connect:SSLv3 write change cipher spec A SSL_connect:SSLv3 write finished A SSL_connect:SSLv3 flush data SSL_connect:SSLv3 read finished A Successtext/htmlcharset=ISO-8859-1 document!

Please provide more information on your configuration. It works fine for me on Linux, running Perl 5.10.1 and LWP 5.835.