Re: Questions on behaviour of fetch(3) regarding HTTPS + proxy

2007-11-22 Thread RW
On Wed, 21 Nov 2007 10:27:48 -0500 Bill Moran [EMAIL PROTECTED] wrote: The systems in question have no way to connect without using the proxy, and I'd like to convince fetch(3) to use the proxy for https as well. curl wget work, if it's any help

Re: Questions on behaviour of fetch(3) regarding HTTPS + proxy

2007-11-22 Thread Antony Mawer
On 22/11/2007 2:27 AM, Bill Moran wrote: It seems that if I set HTTP_PROXY, fetch(1) works just dandy, _UNLESS_ I'm trying to fetch an https document, in which case it seems to ignore HTTP_PROXY. From memory: export HTTPS_PROXY=http://myproxy:8080; --Antony

Re: Questions on behaviour of fetch(3) regarding HTTPS + proxy

2007-11-22 Thread Bill Moran
RW [EMAIL PROTECTED] wrote: On Wed, 21 Nov 2007 10:27:48 -0500 Bill Moran [EMAIL PROTECTED] wrote: The systems in question have no way to connect without using the proxy, and I'd like to convince fetch(3) to use the proxy for https as well. curl wget work, if it's any help

Re: Questions on behaviour of fetch(3) regarding HTTPS + proxy

2007-11-22 Thread Bill Moran
Antony Mawer [EMAIL PROTECTED] wrote: On 22/11/2007 2:27 AM, Bill Moran wrote: It seems that if I set HTTP_PROXY, fetch(1) works just dandy, _UNLESS_ I'm trying to fetch an https document, in which case it seems to ignore HTTP_PROXY. From memory: export