in reply to Proper way to fetch html from a https site with PERL

The encryption used in https isn't in the LWP modules... You'll need to install something like Net::SSL or Crypt::SSLeay which can work with the LWP modules to help you fetch https pages.

-Blake

  • Comment on Re: Proper way to fetch html from a https site with PERL