Re: [squid-dev] [PATCH] Support tunneling of bumped non-HTTP traffic. Other SslBump fixes.

2016-10-17 Thread Alex Rousskov
On 10/17/2016 10:56 PM, Amos Jeffries wrote: > On 18/10/2016 7:54 a.m., Christos Tsantilas wrote: >> On 10/17/2016 05:42 PM, Alex Rousskov wrote: >>> On 10/17/2016 01:57 AM, Christos Tsantilas wrote: On 10/14/2016 02:30 PM, Marcus Kool wrote: > Squid sends the following line to the URL

Re: [squid-dev] Squid 3.5.23: crash in Comm::DoSelect

2016-10-17 Thread Amos Jeffries
FYI: Squid-3.5.23 does not exist yet. What is the output of "squid -v" ? On 18/10/2016 5:01 a.m., oleg gv wrote: > I have big traffic (at least 100 computers) , and squid often crashed in > Comm::DoSelect(int msec) function. > I have interception mode and NAT redirect. > > In coredump I saw then

Re: [squid-dev] [PATCH] Support tunneling of bumped non-HTTP traffic. Other SslBump fixes.

2016-10-17 Thread Amos Jeffries
On 18/10/2016 7:54 a.m., Christos Tsantilas wrote: > On 10/17/2016 05:42 PM, Alex Rousskov wrote: >> On 10/17/2016 01:57 AM, Christos Tsantilas wrote: >>> On 10/14/2016 02:30 PM, Marcus Kool wrote: Squid sends the following line to the URL rewriter: (unknown)://173.194.76.188:443 / -

[squid-dev] Build failed in Jenkins: trunk-full-matrix » clang,d-ubuntu-wily #259

2016-10-17 Thread noc
http://build.squid-cache.org/job/trunk-full-matrix/compiler=clang,label=d-ubuntu-wily/259/-- [...truncated 6788 lines...] make[5]: Leaving directory

Re: [squid-dev] [PATCH] Support tunneling of bumped non-HTTP traffic. Other SslBump fixes.

2016-10-17 Thread Christos Tsantilas
On 10/17/2016 05:42 PM, Alex Rousskov wrote: On 10/17/2016 01:57 AM, Christos Tsantilas wrote: On 10/14/2016 02:30 PM, Marcus Kool wrote: Squid sends the following line to the URL rewriter: (unknown)://173.194.76.188:443 / - NONE Squid generates internally request to serve the non-HTTP

[squid-dev] Squid 3.5.23: crash in Comm::DoSelect

2016-10-17 Thread oleg gv
I have big traffic (at least 100 computers) , and squid often crashed in Comm::DoSelect(int msec) function. I have interception mode and NAT redirect. In coredump I saw then bug is in next fragment of code: 446│ for (size_t loopIndex = 0; loopIndex < nfds; ++loopIndex) { 447│

[squid-dev] Build failed in Jenkins: trunk-full-matrix » clang,d-ubuntu-wily #258

2016-10-17 Thread noc
http://build.squid-cache.org/job/trunk-full-matrix/compiler=clang,label=d-ubuntu-wily/258/-- [...truncated 6788 lines...] make[5]: Leaving directory

Re: [squid-dev] [PATCH] Support tunneling of bumped non-HTTP traffic. Other SslBump fixes.

2016-10-17 Thread Christos Tsantilas
On 10/14/2016 02:30 PM, Marcus Kool wrote: I started testing this patch and observed one unwanted side effect of this patch: When a client connects to mtalk.google.com, Squid sends the following line to the URL rewriter: (unknown)://173.194.76.188:443 / - NONE Thank you. I should have refer on