Re: Warning Revalidation failed and TCP_REFRESH_UNMODIFIED/200

2011-08-04 Thread Tsachi
Thanks Amos, The thing is that the server replied with 304 and not 5xx. Revalidation failed was added to the replay header even if not reciving the 5xx response. Looking at the code 3.2.0.10 it seems to be the same for the warning: // add Warnings required by RFC 2616 if serving a stale hit if

Warning Revalidation failed and TCP_REFRESH_UNMODIFIED/200

2011-08-03 Thread Tsachi
Hey, I am testing Squid 3.2.0.5, Can you please comment if these are normal or not: Client is sending a GET request for a file (No IMS in the request), Squid has the file but it is Stale. Squid sends an IMS request to the HTTP server and get a 304 reply (Not modified) Then Squid sends the file to

Re: Squid 3.2 Parent proxy login=PASS

2011-05-25 Thread Tsachi
Thanks, The patch works fine. How about NTLM and pinning , is that suppose to work for proxy authentication ? On Wed, May 25, 2011 at 2:22 AM, Amos Jeffries squ...@treenet.co.nz wrote: On 25/05/11 02:00, Tsachi wrote: As I understand from the squid.conf documentation login=PASSTHRU: Send

Re: Squid 3.2 Parent proxy login=PASS

2011-05-25 Thread Tsachi
Thanks Amos, I very sorry, but unfortunately I won't be able to do it in the near further. I will contact you again when I have time, and if no one else did it in the meantime I'll probably do it. Tsachi On Wed, May 25, 2011 at 3:33 PM, Amos Jeffries squ...@treenet.co.nz wrote: On 25/05/11 23

Re: Squid 3.2 Parent proxy login=PASS

2011-05-24 Thread Tsachi
are removed before sent to the client (unless login=PASS is configured). Is that how the PASSTHRU should behave? In any case I also set the connection-auth=on for that peer. On Mon, May 23, 2011 at 4:27 PM, Tsachi tsachi.ki...@gmail.com wrote: Thanks for your replay, I have tried the PASSTHRU

Squid 3.2 Parent proxy login=PASS

2011-05-23 Thread Tsachi
Hey I am checkig Squid 3.2.0.5. I have a question regarding some behavior I noticed. Configuring a parent proxy with login=PASS. No user or passwords are configured in ACL. A client makes a normal http request without any authorization header. Squid process the request and sends it to the parent

Re: Squid 3.2 Parent proxy login=PASS

2011-05-23 Thread Tsachi
, Amos Jeffries squ...@treenet.co.nz wrote: On 23/05/11 23:59, Tsachi wrote: Hey I am checkig Squid 3.2.0.5. I have a question regarding some behavior I noticed. Configuring a parent proxy with login=PASS. No user or passwords are configured in ACL. A client makes a normal http request without

Re: Moving from Squid 2.5 to Squid 3.1

2010-07-16 Thread Tsachi
Thanks Alex, And how about the performance and memory usage of Squid 3.1.5 comparing to 2.X ? Thanks, Tsachi On Thu, Jul 15, 2010 at 6:09 PM, Alex Rousskov rouss...@measurement-factory.com wrote: On 07/15/2010 07:45 AM, Tsachi wrote: Regarding HTTP 1.1: I saw that declaration of HTTP 1.1

Moving from Squid 2.5 to Squid 3.1

2010-07-15 Thread Tsachi
Hey All, I would like to upgrade My Squid 2.5 stable 14 (on kernel 2.4.33 Redhat 9 32 bit) To the latest Squid 3.1.5 (on kernel 2.6.34 Centos 5.5 64 bit). Before I'm doing so, I have few questions that I would be thankful if you can answer: I have read before that they were some performance

Migrating from kernel 2.4 to 2.6

2010-06-14 Thread Tsachi
Hey all, I am using Squid 2.5 Stable 14 (yes I know it is an old one :) ) The Squid proxy is running on Linux kernel 2.4.33 and is doing transparent interception using tproxy 2.0. I would like to upgrade the Kernel to 2.6.33 but to stay with the Squid version 2.5 S14. Is it support to work ?

Re: Large files with Squid 2.5S14 and IE6

2006-10-19 Thread Tsachi
On 10/19/06, Henrik Nordstrom [EMAIL PROTECTED] wrote: ons 2006-10-18 klockan 18:32 +0200 skrev Tsachi: Is there a problem to download large file ( 2 GB) from IE 6 while the traffic is being intercepted by squid ? I know squid 2.5 was enhanced to support large files some time ago. Yes

Squid 2.6 and ISA Proxy authentication NTLM.

2006-08-16 Thread Tsachi
proxy which requires NTLM authentication. 3. Client browser is configured to work with the ISA server on port X. 4. Iptable tproxy rule which intercept and redirect client destination port X to squid port 3128. Thanks, Tsachi

Re: Talking to an upstream ISA server that requires NTLM authentication.

2006-06-21 Thread Tsachi
manner */ rc = (strStr(header, Session-Based-Authentication) != NULL); stringClean(header); return rc; Now it seems that NTLM proxy authenticates with the ISA server works fine. Should there be any problems doing that? Thanks in advanced, Tsachi On 6/16/06, Henrik Nordstrom [EMAIL PROTECTED

Talking to an upstream ISA server that requires NTLM authentication.

2006-06-15 Thread Tsachi
connection pinning? Did anyone try to support NTLM for proxy before? Thank you in advanced, Tsachi Kimel Here are the last lines from the debug file: (comm_close: FD 16 is called twice!?) 2006/06/15 16:22:32| CommWriteStateCallbackAndFree ## ENTER ### fd=13 2006/06/15 16:22:32

subscribing to the squid-dev newsgroup

2006-06-12 Thread Tsachi
Hi, My name is Tsachi Kimel. I am a software engineer who works for a network high-tech company. In my current position I am responsible for integrating Squid proxy to work alongside our product. The integration requires code modification, bug fixes, testing etc… I would like to subscribers