M
Martin 'Kingpin' Thurn
I'm running ActiveState perl build 806 on Win98.
I want to GET an https page.
So far I did this, which I found in another thread thanks to Google:
c:> ppm
ppm> rep add winnipeg
http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58
ppm> install Crypt-SSLeay
This downloaded 2 DLLs, libeay32.dll and ssleay32.dll, and put them in my
path. BUT that's all. How do I install the "rest" of the Crypt::SSLeay
distribution? Where do I get the "loadable object for module
Crypt::SSLeay"? Running GET "https://www.paypal.com" gives me the dreaded
"501 Protocol scheme 'https' is not supported" error. LWP still thinks
Crypt::SSLeay is not installed!?!
I want to GET an https page.
So far I did this, which I found in another thread thanks to Google:
c:> ppm
ppm> rep add winnipeg
http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58
ppm> install Crypt-SSLeay
This downloaded 2 DLLs, libeay32.dll and ssleay32.dll, and put them in my
path. BUT that's all. How do I install the "rest" of the Crypt::SSLeay
distribution? Where do I get the "loadable object for module
Crypt::SSLeay"? Running GET "https://www.paypal.com" gives me the dreaded
"501 Protocol scheme 'https' is not supported" error. LWP still thinks
Crypt::SSLeay is not installed!?!