Re: [squid-users] Deny_Info TCP_RESET

2019-03-28 Thread Alex Rousskov
On 3/28/19 5:36 PM, Alex Rousskov wrote: > On 3/28/19 8:13 AM, cred...@eml.cc wrote: >> Is using the http_reply_access deny a viable option if all else fails >> to correct the issue until we can upgrade? > Probably it is not: I am not sure, but based on my quick reading of the > code and a basic t

Re: [squid-users] Deny_Info TCP_RESET

2019-03-28 Thread Alex Rousskov
On 3/28/19 8:13 AM, cred...@eml.cc wrote: > Is using the http_reply_access deny a viable option if all else fails > to correct the issue until we can upgrade? Probably it is not: I am not sure, but based on my quick reading of the code and a basic test, http_reply_access does not support the "den

Re: [squid-users] delay_pools don't work on squid 4.4

2019-03-28 Thread Yanier Salazar Sanchez
Thanks for reply, I had already read that version 4 doesn't work and I thought that bug was already fixed. I use squid without using SSlBump or splice. I will try to download that code and compile it for ubuntu 18.04 -Original Message- From: squid-users On Behalf Of Alex Rousskov Sent:

Re: [squid-users] Deny_Info TCP_RESET

2019-03-28 Thread creditu
On Wed, Mar 27, 2019, at 4:23 PM, Alex Rousskov wrote: > On 3/27/19 3:17 PM, sq...@buglecreek.com wrote: > > Operating in reverse proxy mode. I'm trying to send a TCP reset in > > response to the acl below: > > > > acl example_url url_regex -i [^:]+://[^0-9]*.example.com.* > > deny_info TCP_R