in reply to LWP & HTTPS with ActivePerl

LWP will automatically try loading Crypt::Leay (or Net::SSL) when it encounters SSL files. I've have enormous problems with both on Windows machines.

If you're just trying to download the file or read the contents you may want to look at the Win32::Internet module instead. It gives you access to the features of the Windows wininet.dll.

Cheers,

John