Re: [squid-users] Windows Updates a Caching Stub zone, A windows updates store.

2017-05-10 Thread Omid Kosari
Hello, The old problem appears again because i am running 6 instances at same time. TCP: out of memory -- consider tuning tcp_mem Here is commands you mentioned . root@squidbox:~# free -m totalusedfree shared buff/cache available Mem: 16037

Re: [squid-users] Windows Updates a Caching Stub zone, A windows updates store.

2017-05-10 Thread Omid Kosari
I have deleted and recreate the request directory and see huge decrease in memory usage of the fetcher process . Did i do the right thing ? Is there anything that should i do after a while ? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Windows-Updates-a-C

[squid-users] How to terminate (close) the active CONNECT connection when matching ACL.

2017-05-10 Thread yuriang
How to terminate (close) the active CONNECT connection when matching ACL. I have worked on version 3.5.23 on Debian 9.0, I use user authentication in addition to ACL to filter IP, MAC, all this works correctly. I have an ACL of type proxy_auth (quota_end) that contains a list of users that have

[squid-users] Squid 4.0.19 SSLBump Crashes

2017-05-10 Thread Deniz Eren
Hi, I'm testing squid squid-4.0.19-20170508-r15031 when I enable ssl-bump in intercept mode, after couple of SSL requests squid crashes in "Parser::BinaryTokenizer::want(unsigned long long, char const*) const ()" function. OS: CentOS 5 OpenSSL: 1.0.1e-51 g++: 4.8.2-15 I have attached part of deb

Re: [squid-users] Windows Updates a Caching Stub zone, A windows updates store.

2017-05-10 Thread Eliezer Croitoru
Technically it depends on the GoLang Garbage collection. I will try to upgrade the software to GoLang V 1.8.1 in the next days but no promises on a specific date. The next article might help you: https://www.howtogeek.com/howto/ubuntu/delete-files-older-than-x-days-on-linux/ You can try to use th

Re: [squid-users] How to terminate (close) the active CONNECT connection when matching ACL.

2017-05-10 Thread Alex Rousskov
On 05/10/2017 08:27 AM, yuriang wrote: > How to terminate (close) the active CONNECT connection when matching ACL. > I deny to prohibit the user to continue the connection after having > consumed its quota This is not quite what is happening. You are denying a user _request_, not closing the user

Re: [squid-users] Squid 4.0.19 SSLBump Crashes

2017-05-10 Thread Alex Rousskov
On 05/10/2017 08:32 AM, Deniz Eren wrote: > I'm testing squid squid-4.0.19-20170508-r15031 when I enable ssl-bump > in intercept mode, after couple of SSL requests squid crashes You have discovered one or two Squid bugs: * Squid should handle exceptions when parsing SSL (without crashing); * Sq

Re: [squid-users] Squid cannot parse Content-Length header value and closes connection before sending body?

2017-05-10 Thread Masha Lifshin
Thank you very much for your reply and subsequent work on this issue. For those who run into similar issues, the cause is the following bug: http://bugs.squid-cache.org/show_bug.cgi?id=4492

[squid-users] How to make sslbump'ing more robust? (option to continue?)

2017-05-10 Thread L A Walsh
I tried accessing a site that had an expired certificate today (https://www.tcl.tk/doc/scripting.html). In going through squid, I got: - The following error was encountered while trying to retrieve the URL: https://www.tcl.tk/doc/scripting.html *Failed to establish a secure connection

Re: [squid-users] Windows Updates a Caching Stub zone, A windows updates store.

2017-05-10 Thread Omid Kosari
Eliezer Croitoru wrote > You can try to use the atime and not the mtime. Each time the fetcher script runs , all of request files will access and then atime will refreshed . I think for "request" directory it should be "mtime" and for "body" directory it should be "atime" . Eliezer Croitoru wrot