in reply to LWP::Protocol::https::Socket

LWP does not come with https support built-in. You will need to install OpenSSL and then Net::SSLeay (or Crypt::SSLeay, I never know which one).

Replies are listed 'Best First'.
Re: Re: LWP::Protocol::https::Socket
by saintmike (Vicar) on Mar 11, 2004 at 05:31 UTC
Re^2: LWP::Protocol::https::Socket
by Anonymous Monk on Feb 25, 2015 at 15:26 UTC
    Had the same problem. This fixed it. Many thanks!

      I think nowadays, the proper way would be to install LWP::Protocol::https, which pulls in the appropriate prerequisites.