Gorby has asked for the wisdom of the Perl Monks concerning the following question:

Hello Wise Monks, I wrote a perl program in windows using Active State's Build 813 to fetch the contents of an https url. I got the following message:

LWP will support https URLs if the Crypt::SSLeay module is installed.

I tried to install Crypt:SSLeay but it seems it is not found in the active state repositories. How do I solve this problem?

Thanks in advance.

Gorby
  • Comment on Fetching https sites using LWP in Windows

Replies are listed 'Best First'.
Re: Fetching https sites using LWP in Windows
by marto (Cardinal) on Feb 08, 2006 at 08:49 UTC
    Hi Gorby,

    Try typing ppm install http://theoryx5.uwinnipeg.ca/ppms/Crypt-SSLeay.ppd from the command line.
    Also have you seen the module PPM::Repositories?

    Hope this helps.

    Martin
Re: Fetching https sites using LWP in Windows
by bart (Canon) on Feb 08, 2006 at 13:40 UTC