Re: Bugreport: wget and ssl via proxy

2004-12-03 Thread Daniel Stenberg
On Thu, 2 Dec 2004, Jim Wright wrote: export http_proxy=http://user:[EMAIL PROTECTED]:3128 export https_proxy=http://user:[EMAIL PROTECTED]:3128 Should both environment variables be identical? How does the proxy know that you are using ssl in the second case? The proxy shouldn't

Bugreport: wget and ssl via proxy

2004-12-02 Thread Volker Westphal
Hello, I try to use wget to fetch SSL-protected files. The use of a proxy is mandantory in my case, so I use the following commands on my linux box: export http_proxy=http://user:[EMAIL PROTECTED]:3128 export https_proxy=http://user:[EMAIL PROTECTED]:3128 (10.2.4.33 is the IP

Re: Bugreport: wget and ssl via proxy

2004-12-02 Thread Mads Martin Joergensen
* Volker Westphal [EMAIL PROTECTED] [Dec 02. 2004 16:36]: Hello, I try to use wget to fetch SSL-protected files. The use of a proxy is mandantory in my case, [...] Are you sure your wget is compiled with ssl support? -- Mads Martin Joergensen, http://mmj.dk BÅK!

Re: Bugreport: wget and ssl via proxy

2004-12-02 Thread Jim Wright
export http_proxy=http://user:[EMAIL PROTECTED]:3128 export https_proxy=http://user:[EMAIL PROTECTED]:3128 Should both environment variables be identical? How does the proxy know that you are using ssl in the second case? Jim On Thu, 2 Dec 2004, Volker Westphal wrote: