You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by jm...@greta-besancon.com on 2009/04/09 07:39:30 UTC

mod_perl2, LWP and https

Hi,

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.