Re: [squid-users] Squid 4.x and Peek and Splice - Host Header Forgery

2016-10-18 Thread John Wright
Also here is an example showing the issues when pushing to S3 as well as the same error with some google url's. 2016/10/17 18:33:32 kid1| SECURITY ALERT: Host header forgery detected on local=209.85.144.113:443 remote=x.x.x.x:62402 FD 49 flags=33 (local IP does not match any domain IP) 2016/10/17

Re: [squid-users] Squid 4.x and Peek and Splice - Host Header Forgery

2016-10-18 Thread John Wright
In response to it not being a false positive , maybe its not specifically the TTL but in this other article on the mailing lists someone else had the same issue Here is the response Amos gave, this is a known issue and apparently there is no way to "ignore host header forgery issues" or bypass

Re: [squid-users] Error DiskThreadsDiskFile::openDone: (2) No such file or directory

2016-10-18 Thread erdosain9
Yes. cache_dir aufs /var/spool/squid 10 16 256 cache_mem 256 MB -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Error-DiskThreadsDiskFile-openDone-2-No-such-file-or-directory-tp4680142p4680149.html Sent from the Squid - Users mailing list archive at

Re: [squid-users] Squid 4.x and Peek and Splice - Host Header Forgery

2016-10-18 Thread garryd
On 2016-10-18 22:42, John Wright wrote: Hi Replying to the list Yes i get that error on many different sites same exact error about host headers. Also if you watch the TTL on the amazonaws url i provided it changes from 3 to 5 to 10 seconds to 60 to 10 back and forth. If you go online to an

Re: [squid-users] Squid 4.x and Peek and Splice - Host Header Forgery

2016-10-18 Thread John Wright
Hi Replying to the list Yes i get that error on many different sites same exact error about host headers. Also if you watch the TTL on the amazonaws url i provided it changes from 3 to 5 to 10 seconds to 60 to 10 back and forth. If you go online to an dns lookup site like kloth i see via kloth 5

Re: [squid-users] squid change "method patch" to "method other"

2016-10-18 Thread Alex Rousskov
On 10/18/2016 09:42 AM, magali isnard wrote: > I have a squid running under 3.4.12 version. we have a software that > tries to send a "method patch" to the ocs, but when squid intercepts the > packet it changes it into a "method other". So I have an error message : >

Re: [squid-users] Squid 4.x and Peek and Splice - Host Header Forgery

2016-10-18 Thread garryd
On 2016-10-18 18:32, John Wright wrote: Hi, I have a constant problem with Host header forgery detection on squid doing peek and splice. I see this most commonly with CDN, Amazon and microsoft due to the fact there TTL is only 5 seconds on certain dns entries im connecting to. So when my

[squid-users] squid change "method patch" to "method other"

2016-10-18 Thread magali isnard
Hello, I have a squid running under 3.4.12 version. we have a software that tries to send a "method patch" to the ocs, but when squid intercepts the packet it changes it into a "method other". So I have an error message :{"status":405,"type":"about:blank","title":"Method Not

Re: [squid-users] Error DiskThreadsDiskFile::openDone: (2) No such file or directory

2016-10-18 Thread FredB
Aufs ? Fred ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

[squid-users] Error DiskThreadsDiskFile::openDone: (2) No such file or directory

2016-10-18 Thread erdosain9
Hi. squid 3.5.20 Im having a lot of these in cache.log 2016/10/18 10:36:11 kid1| DiskThreadsDiskFile::openDone: (2) No such file or directory 2016/10/18 10:36:11 kid1| /var/spool/squid/00/92/92E9 2016/10/18 10:36:14 kid1| DiskThreadsDiskFile::openDone: (2) No such file or directory

Re: [squid-users] CentOS 6.x and SELinux enforcing with Squid 3.5.x (thanks to Eliezer Croitoru for the RPM)

2016-10-18 Thread Garri Djavadyan
On Tue, 2016-10-18 at 14:56 +0200, Walter H. wrote: > with the 3.1.x there is no problem with > > url_rewrite_program /etc/squid/url-rewrite-program.pl > url_rewrite_children 8 > url_rewrite_host_header on > url_rewrite_access allow all > > but with the 3.5.x there is access denied (shown in >

[squid-users] Squid 4.x and Peek and Splice - Host Header Forgery

2016-10-18 Thread John Wright
Hi, I have a constant problem with Host header forgery detection on squid doing peek and splice. I see this most commonly with CDN, Amazon and microsoft due to the fact there TTL is only 5 seconds on certain dns entries im connecting to. So when my client connects through my squid i get host

Re: [squid-users] Squid is not responding when the number of connection exceeds

2016-10-18 Thread georgej
Hi Eliezer, Thanks for your reply. I made the changes as per your suggestion. But again i faced the same issue. Then i used another ISP link to test the load. Now its seems to be working fine. I will put it on live later and let you know the status. ulimit -a core file size (blocks,

Re: [squid-users] CentOS 6.x and SELinux enforcing with Squid 3.5.x (thanks to Eliezer Croitoru for the RPM)

2016-10-18 Thread Walter H.
On Tue, October 18, 2016 13:31, Garri Djavadyan wrote: > On Tue, 2016-10-18 at 13:02 +0200, Walter H. wrote: >> Hello, >> >> just in case anybody wants to run Squid 3.5.x on CentOS >> with SELinux enforcing, >> >> here is the semodule >> >> >> module squid_update 1.0; >> >> require { >>

Re: [squid-users] CentOS 6.x and SELinux enforcing with Squid 3.5.x (thanks to Eliezer Croitoru for the RPM)

2016-10-18 Thread Garri Djavadyan
On Tue, 2016-10-18 at 13:02 +0200, Walter H. wrote: > Hello, > > just in case anybody wants to run Squid 3.5.x on CentOS > with SELinux enforcing, > > here is the semodule > > > module squid_update 1.0; > > require { > type squid_conf_t; > type squid_t; > type var_t; >