[squid-users] Squid proxying NTLM authentication servers

2005-09-27 Thread Vinod Patel
Hi, I read the squid FAQ's and it says that We cannot proxy connections to a origin server that use NTLM authentication. I am using squid-2.5-STABLE2. I removed the following code in file client_side.c, routine: clientBuildReplyHeaders, /* Filter unproxyable authentication types */ if

Re: [squid-users] Squid proxying NTLM authentication servers

2005-09-27 Thread Neil A. Hillard
Hi, please do not remove that code. NTLM is seriously broken and makes incorrect assumptions. As http://www.squid-cache.org/Doc/FAQ/FAQ-11.html#ss11.14 states: Windows NT Challenge/Response authentication requires implicit end-to-end state and will not work through a proxy server.

Re: [squid-users] Squid proxying NTLM authentication servers

2005-09-27 Thread Henrik Nordstrom
On Tue, 27 Sep 2005, Vinod Patel wrote: /* code for removing NTLM headers from reply */ I removed the above code and NTLM auth seems to work for me. No it does not. If you remove this code the following result will be seen: - In light testing as a single user it may appear to