Re: https through proxy with libwww

2005-03-18 Thread Robert Barta
On Fri, Mar 18, 2005 at 06:39:38PM +0300, Evgeny Stepanov wrote: use strict; use LWP::UserAgent; my $ua = LWP::UserAgent-new; $ua-agent('Mozilla/5.0'); $ua-proxy(['https', 'http', 'ftp'] = 'http://my.proxy.addr:3128'); my $req = HTTP::Request-new(GET =

Re: https and proxy and maybe ms proxy

2005-03-17 Thread Luc
Luc Gerard a écrit : No one have any ideas to help me at all ? No one have lwp working fine with a ms proxy server in a general way?

RE: HTTPS through proxy with CONNECT

2005-03-08 Thread Worenklein, David, GCM
Try $ENV{HTTP_PROXY}=$proxyserver . : . $proxyport; -Original Message- From: dLux [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 11, 2001 7:24 AM To: libwww@perl.org Subject: HTTPS through proxy with CONNECT Hello, I need to connect a https server through a proxy, but

RE: https and proxy and maybe ms proxy

2005-03-07 Thread Luc_Gerard
Thanks you for this answer, David. Unfortunately, it doesn't works. In my original posted code, I made a mistake ( https proxy url was written as https://127.0.0.1:5865 instead of http:// : it was only a try ). Finally I made a few more tests about this issue: - If I use only a basic proxy