> > From: Arno Wilhelm <[EMAIL PROTECTED]> > Date: 2002/06/13 Thu AM 05:34:11 EDT > To: Jan Hnila <[EMAIL PROTECTED]>, bug-wget <[EMAIL PROTECTED]> > Subject: Re: proxy authentication with squid > > Hello, > > > > Could you please send the debug output of Wget to the mailing list? It > > could be helpful. > > > > Does the [EMAIL PROTECTED] go to the mailinglist ? > > > Here is the debug output: > ------------------------- > > $ wget -d --proxy=on --proxy-user=USER --proxy-passwd=PASS -r -np > -Dleutasch.com http://www.leutasch.com/i_topocm.htm > DEBUG output created by Wget 1.8.2 on linux-gnu. > > Enqueuing http://www.leutasch.com/i_topocm.htm at depth 0 > Queue count 1, maxcount 1. > Dequeuing http://www.leutasch.com/i_topocm.htm at depth 0 > Queue count 0, maxcount 1. > --11:25:48-- http://www.leutasch.com/i_topocm.htm > => `www.leutasch.com/i_topocm.htm' > Connecting to 10.0.0.194:3128... connected. > Created socket 3. > Releasing 0x807b5c8 (new refcount 0). > Deleting unused 0x807b5c8. > ---request begin--- > GET http://www.leutasch.com/i_topocm.htm HTTP/1.0 > User-Agent: Wget/1.8.2 > Host: www.leutasch.com > Accept: */* > Proxy-Authorization: Basic YXdpbGhlbG06I0lkaWU0VSM= > > ---request end--- > Proxy request sent, awaiting response... HTTP/1.0 407 Proxy > Authentication Required > Server: Squid/2.4.STABLE6 > > 2 Server: Squid/2.4.STABLE6Mime-Version: 1.0 > > 3 Mime-Version: 1.0Date: Thu, 13 Jun 2002 09:33:40 GMT > > 4 Date: Thu, 13 Jun 2002 09:33:40 GMTContent-Type: text/html > > 5 Content-Type: text/htmlContent-Length: 1001 > > 6 Content-Length: 1001Expires: Thu, 13 Jun 2002 09:33:40 GMT > > 7 Expires: Thu, 13 Jun 2002 09:33:40 GMTX-Squid-Error: > ERR_CACHE_ACCESS_DENIED 0 > > 8 X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0Proxy-Authenticate: Basic > realm="Squid proxy-caching web server" > > 9 Proxy-Authenticate: Basic realm="Squid proxy-caching web > server"X-Cache: MISS from proxy.phion > > 10 X-Cache: MISS from proxy.phionProxy-Connection: close > > 11 Proxy-Connection: close > > Closing fd 3 > 11:25:48 ERROR 407: Proxy Authentication Required. > > > FINISHED --11:25:48-- > Downloaded: 0 bytes in 0 files > arno@geaeini arno $ > > > > > P.S. > > Is your browser able to authenticate with the Squid? > > Yes, mozilla ( vers. 0.9.9 ) and IE is able to authenticate with the Squid. > Though my version of konqueror ( vers. 2.1.1 ) cannot authenticate with > Squid. > >
Base on "Proxy-Authorization: Basic YXdpbGhlbG06I0lkaWU0VSM=" you are passing awilhelm:#Idie4U# (mime64 encode of it) If this is not correct, you know your problem. If this is correct, compare the headers pass from IE etc, (netcat may help). You can also construct this as a user header if you know what needs to be passed.
