Help for this page
# Make sure LWP::UserAgent uses the right kind of socket use IO::Socket::SSL; ... ... $ua = LWP::UserAgent->new(ssl_opts => \%ssl_options),
{ local $NET::HTTPS::SSL_SOCKET_CLASS = 'IO::Socket::SSL'; $ua = LWP::UserAgent->new(ssl_opts => \%ssl_options), }