I'm have similar problem before. It turned out that Crypt::SSLeay module is required for adding SSL support to LWP. After installed Crypt::SSLeay, I've no longer get "https" not supported err.
Now, I'm struggling with a different problem which complains "500 (Internal Server Error) SSL negotiation failed: at G:/Program Files/Perl/site/lib/Net/SSL.pm line 117.". I'd be interested to know if it happens on your machine. Regards, WWang >-----Original Message----- >From: kurt [mailto:[EMAIL PROTECTED]] >Sent: Monday, 2 December 2002 12:20 PM >To: [EMAIL PROTECTED] >Subject: HTTPS Request Problem > > >Hello all, > > When I post a request (using HTTP::Request) to a "HTTP" url >everything works fine....However, when I run the same script, and >replace the HTTP with "HTTPS" (same url), I receive a response >error...I can't figure it out...Could my LWP::UserAgent be >configured to only recognize "HTTP"? > > Also, both mine and the requested url have certified SSL's (if >that matters). > >Thanks for any help, >Kurt >
