Re: [squid-users] Sudden but sustained high bandwidth usage

2016-03-08 Thread L . P . H . van Belle
I had this problem to.   I fixed this as followed   - Updated my windowsupdate acl acl windowsupdate dstdomain windowsupdate.microsoft.com acl windowsupdate dstdomain .update.microsoft.com acl windowsupdate dstdomain download.windowsupdate.com acl windowsupdate dstdomain redir.metaservices

[squid-users] parent_proxy kerberos authentication logging

2016-03-08 Thread Johnatan
Hello there, I have 2 proxy. On the first, I perform a Kerberos authentication from my users. On the parent proxy I want to retrieve the login (username) information. I don't want to perform a real authentication on the parent proxy so I have already tested the documentation with the dummy authent

Re: [squid-users] Sudden but sustained high bandwidth usage

2016-03-08 Thread Heiler Bemerguy
This way it won't cache any "range" downloads as "range_offset_limit 0" is the default option and it will make squid only download what the client requested. From squid-cache.org: "A size of 0 causes Squid to never fetch more than the client requested. (default)" What I'm trying to accompl

[squid-users] http host rewrite for origin (reverse proxy)

2016-03-08 Thread Tomas Mozes
Hello, I would like to create a file distribution cache with squid. There is an origin server that has some fixed limited capacity and I'd like to place a few servers close to clients, in a mesh configuration (reverse proxy). http_port 80 accel cache_peer IP_ORIGIN parent 80 0 default no-query no-

[squid-users] intercepting roku traffic

2016-03-08 Thread Brendan Kearney
i have a roku4 device and it constantly has issues causing it to buffer. i want to try intercepting the traffic to see if i can smooth out the rough spots. i can install squid on the router device i have and intercept the port 80/443 traffic, but i want to push the traffic to my load balanced

Re: [squid-users] SSL Bump matching Subject Alternative Names

2016-03-08 Thread Cohen-Rose, Adam
On 27/02/2016 01:54, "squid-users on behalf of Amos Jeffries" wrote: >On 27/02/2016 6:33 a.m., Cohen-Rose, Adam wrote: >> Amos, thanks so much for your help -- we're now seeing those requests >>get >> through when they were just being dropped before. >> >> We still have a couple of puzzles left.

Re: [squid-users] Sudden but sustained high bandwidth usage

2016-03-08 Thread Heiler Bemerguy
While debugging, found this: 2016/03/08 18:22:49.212 kid2| 88,3| client_side_reply.cc(463) cacheHit: clientCacheHit: http://au.v4.download.windowsupdate.com/c/msdownload/update/software/uprl/2016/03/windows-kb890830-x64-v5.34_e0074d1fa34d00f8b35e6d5c7be86729c263.exe, 0 bytes 2016/03/08 18

Re: [squid-users] clientProcessHit

2016-03-08 Thread joe
testing http://cdn1.traffichaus.com/scripts/mfloat.js on diferent browser - firefox 2016/03/09 01:57:15 kid1| varyEvaluateMatch: Oops. Not a Vary match on second attempt, 'http://cdn1.traffichaus.com/scripts/mfloat.js' 'accept-encoding="gzip,%20deflate,%20sdch"' 2016/03/09 0

Re: [squid-users] clientProcessHit

2016-03-08 Thread joe
this link dose o posit http://weatherblink.wdgserv.com/weatherblink/lookup/Beirut,%20Lebanon on chrom no error on firefox error 2016/03/09 02:58:52 kid1| varyEvaluateMatch: Oops. Not a Vary match on second attempt, 'http://weatherblink.wdgserv.com/weatherblink/lookup/Beirut,%20Lebanon' 'accept-en

[squid-users] SSL Peek and Splice with SIP over TCP

2016-03-08 Thread Howard Kranther
Hello, I am investigating the use of squid as a client side proxy to provide TLS 1.2 support for a VOIP application using SIP over TCP.The application would use TCP or TLS 1.0 to communicate with squid, which would bump either of those to TLS 1.2 to communicate with a phone system.The applicatio