mod_perl2, LWP and https
am 09.04.2009 07:39:30 von jmcaricandHi,
I wrote a proxy in mod_perl2. It uses LWP. It works fine with HTTP
protocol but failed with HTTPS :
Method Not Allowed
The requested method CONNECT is not allowed for the URL /.
Crypt::SSLeay's on my server. If I use a script Perl from command line,
LWP works with HTTPS.
Any idea ?
Thanks.