looking in the access log:
wc -l access.log
123246 access.log
grep TCP_SWAPFAIL access.log|wc -l
2369
From the cache.log:
Ishtar:/var/log/squid# wc cache.log
10263 92323 905184 cache.log
# grep "No such" /var/log/squid/cache.log|wc
2642 27035 238727
Seems unlikely that a shutdown wo
On 2015-09-11 09:39 AM, Alex Rousskov wrote:
On 09/11/2015 09:21 AM, James Lay wrote:
On 2015-09-09 08:29 PM, Alex Rousskov wrote:
Please see http://bugs.squid-cache.org/show_bug.cgi?id=4303
Confirming that this now works:
ssl_bump peek all
ssl_bump splice step3 allowed_https_sites
ssl_bum
On 12/09/2015 1:48 a.m., Alfredo Rezinovsky wrote:
> I'm using squid with a custom icap service. (Which code I plan to free)
>
> http_port 3129 tproxy disable-pmtu-discovery=always
>
You are missing the default port (3128) for management access.
> collapsed_forwarding on
>
> dns_v4_first on
>
On 09/11/2015 09:21 AM, James Lay wrote:
> On 2015-09-09 08:29 PM, Alex Rousskov wrote:
>> Please see http://bugs.squid-cache.org/show_bug.cgi?id=4303
> Confirming that this now works:
>
> ssl_bump peek all
> ssl_bump splice step3 allowed_https_sites
> ssl_bump terminate all
FWIW, you do not ne
On 2015-09-09 08:29 PM, Alex Rousskov wrote:
On 09/09/2015 07:06 PM, Dan Charlesworth wrote:
if I change ssl_bump peek step1 to ssl_bump peek all, I get this
assertion failure:
PeerConnector.cc:747: "!callback"
Please see http://bugs.squid-cache.org/show_bug.cgi?id=4303
Alex.
Confirmi
I'm using squid with a custom icap service. (Which code I plan to free)
http_port 3129 tproxy disable-pmtu-discovery=always
collapsed_forwarding on
dns_v4_first on
max_filedescriptors 8192
connect_retries 10
retry_on_error on
client_request_buffer_max_size 10250 KB
request_header_max_size 10240