[squeak-dev] Re: WebClient with proxy NTLM authentication

Andreas Raab andreas.raab at gmx.de
Tue Sep 21 16:39:35 UTC 2010


On 9/21/2010 2:28 AM, Denis Kudriashov wrote:
> Hello, I send you log.

Thanks.

<... snip ...>
> GET http://www.google.com/ HTTP/1.1
> User-Agent: WebClient/1.4 (; Squeak4.1-9957; Win32)
> Host: www.google.com
> Proxy-Authorization: NTLM
> TlRMTVNTUAABAAAAB4IIogAAAAAAAAAAAAAAAAAAAAAFASgKAAAADw==
>
> HTTP/1.0 407 Proxy Authentication Required
> server: squid/2.6.STABLE21
> date: Tue, 21 Sep 2010 08:57:44 GMT
> content-type: text/html
> content-length: 1289
> expires: Tue, 21 Sep 2010 08:57:44 GMT
> x-squid-error: ERR_CACHE_ACCESS_DENIED 0
> x-cache: MISS from cache.gondor.fors
> x-cache-lookup: NONE from cache.gondor.fors:3128
> via: 1.0 cache.gondor.fors:3128 (squid/2.6.STABLE21)
> proxy-connection: close

This is weird. Squid responds as if the client had absolutely no proxy 
authentication header sent. I.e., it doesn't even respond with the 
challenge to the NTLM auth header although it lists NTLM as 
authentication scheme. Are you certain that NTLM is set up properly? If 
you are, can you check the squid log files to see if they say anything 
"interesting" (i.e., perhaps there's something wrong about the request 
but I don't see what that would be.

Cheers,
   - Andreas



More information about the Squeak-dev mailing list