RE: [squid-users] Authentication to Sharepoint not happening

2011-02-02 Thread Saurabh Agarwal
: Tuesday, February 01, 2011 6:30 PM To: squid-users@squid-cache.org Subject: Re: [squid-users] Authentication to Sharepoint not happening On 02/02/11 00:43, Saurabh Agarwal wrote: Looks like we are making progress. Yeah there is a condition in the code client_side.c that relates to when WWW

RE: [squid-users] Authentication to Sharepoint not happening

2011-02-01 Thread Saurabh Agarwal
15 minutes request_timeout 5 minutes half_closed_clients off pconn_timeout 1 minute Regards, Saurabh -Original Message- From: Amos Jeffries [mailto:squ...@treenet.co.nz] Sent: Tuesday, February 01, 2011 12:12 PM To: squid-users@squid-cache.org Subject: Re: [squid-users] Authentication

Re: [squid-users] Authentication to Sharepoint not happening

2011-02-01 Thread Amos Jeffries
On 01/02/11 21:29, Saurabh Agarwal wrote: Hi Amos I am using squid.2.7.STABLE7. Following is my configuration. I want to allow everything. http_port 192.168.11.35:3128 transparent acl from_localhost src 192.168.11.35 http_port 10.102.79.82:3128 transparent acl from_localhost src

RE: [squid-users] Authentication to Sharepoint not happening

2011-02-01 Thread Saurabh Agarwal
: Tuesday, February 01, 2011 3:34 PM To: squid-users@squid-cache.org Subject: Re: [squid-users] Authentication to Sharepoint not happening On 01/02/11 21:29, Saurabh Agarwal wrote: Hi Amos I am using squid.2.7.STABLE7. Following is my configuration. I want to allow everything. http_port

Re: [squid-users] Authentication to Sharepoint not happening

2011-02-01 Thread Amos Jeffries
On 01/02/11 23:57, Saurabh Agarwal wrote: Thanks Amos. Yeah they were cut and paste errors. Other than that I have tried using http11 with http_port and ignore_expect and it still doesn't work. I think this is by design in Squid. Following code in client_side.c suggests that it will always

RE: [squid-users] Authentication to Sharepoint not happening

2011-02-01 Thread Saurabh Agarwal
...@treenet.co.nz] Sent: Tuesday, February 01, 2011 4:39 PM To: squid-users@squid-cache.org Subject: Re: [squid-users] Authentication to Sharepoint not happening On 01/02/11 23:57, Saurabh Agarwal wrote: Thanks Amos. Yeah they were cut and paste errors. Other than that I have tried using http11

Re: [squid-users] Authentication to Sharepoint not happening

2011-02-01 Thread Amos Jeffries
On 02/02/11 00:43, Saurabh Agarwal wrote: Looks like we are making progress. Yeah there is a condition in the code client_side.c that relates to when WWW-Authenticate header is being deleted. Condition checks for no_connection_auth flag in the request. This is the code. It checks if there is

RE: [squid-users] Authentication to Sharepoint not happening

2011-02-01 Thread Saurabh Agarwal
Amos! Regards, Saurabh -Original Message- From: Amos Jeffries [mailto:squ...@treenet.co.nz] Sent: Tuesday, February 01, 2011 6:30 PM To: squid-users@squid-cache.org Subject: Re: [squid-users] Authentication to Sharepoint not happening On 02/02/11 00:43, Saurabh Agarwal wrote

RE: [squid-users] Authentication to Sharepoint not happening

2011-02-01 Thread Amos Jeffries
On Tue, 1 Feb 2011 20:25:42 +0530, Saurabh Agarwal saurabh.agar...@citrix.com wrote: It works now! I followed the code and then turned off pipeline_prefetch. In code there was this check which was setting no_connection_auth flag to 1. if (Config.onoff.pipeline_prefetch)

Re: [squid-users] Authentication to Sharepoint not happening

2011-02-01 Thread Senthilkumar
Hi Amos, We are also having trouble in accessing share point site which uses NTLM authentication. We have configured squid with NTLM scheme. Whether the below fix (pipeline_prefetch on ) works for the squid which is configured with NTLM proxy authentication. Thanks Senthil Amos Jeffries

[squid-users] Authentication to Sharepoint not happening

2011-01-31 Thread Saurabh Agarwal
Hi All I am running Squid as a transparent proxy and can't authenticate to sharepoint server. If I bypass squid then everything works fine. I have not compiled Squid with any of the authentication related configurables --enable-auth=basic,digest,ntlm,negotiate

Re: [squid-users] Authentication to Sharepoint not happening

2011-01-31 Thread Amos Jeffries
On 01/02/11 19:27, Saurabh Agarwal wrote: Hi All I am running Squid as a transparent proxy and can't authenticate to sharepoint server. If I bypass squid then everything works fine. I have not compiled Squid with any of the authentication related configurables