HTTPS_PROXY and LWP

2004-01-21 Thread Philippe 'BooK' Bruhat
Hello, I'm trying to force LWP::UserAgent to go through a proxy with the CONNECT method. At first, I tried the following: $ HTTPS_PROXY=http://localhost:8080/ lwp-request https://www.example.com/ But what LWP::UA actually ask for is: GET https://www.example.com/ HTTP/1.1 as shown by

Re: HTTPS_PROXY and LWP

2004-01-21 Thread Foo Cheung
On Thu, 22 Jan 2004 [EMAIL PROTECTED] wrote: HI Joe as requested. please find the est components of each of the asparagus TCs kind regards Foo Hello, I'm trying to force LWP::UserAgent to go through a proxy with the CONNECT method. At first, I tried the following: $

RE: HTTPS_PROXY and LWP

2004-01-21 Thread Cheung, Foo
Mistake, ignore my email.. sorry about that! -Original Message- From: Cheung, Foo Sent: Wed 1/21/2004 8:06 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: HTTPS_PROXY and LWP On Thu, 22 Jan