in reply to
Re^3: LWP and HTTPS
in thread
LWP and HTTPS
Brilliant!!! Thank you! But I still don't understand why
$ENV{ HTTPS_VERSION }= 3
is not work but
SSL_version => 'SSLv3'
works...
Comment on
Re^4: LWP and HTTPS
Select
or
Download
Code
Replies are listed 'Best First'.
Re^5: LWP and HTTPS
by
noxxi
(Pilgrim)
on Apr 27, 2014 at 18:02 UTC
HTTPS_VERSION is a feature of Net::SSL/Crypt::SSLeay only, but with newer LWP Net::HTTPS/IO::Socket::SSL/Net::SSLeay is used instead.
[reply]
In Section
Seekers of Perl Wisdom