Re: [squid-users] Squid memory consumption problem

2020-06-17 Thread Eliezer Croitoru
Since you are using ssl-bump, you would need to run it manually from CLI as squid user and see what happens. You will need to reinitialize the certificate directory and test at again. Take a peek

Re: [squid-users] Squid and c-icap's srv_url_check module

2020-06-17 Thread Amos Jeffries
On 18/06/20 1:32 am, Amiq Nahas wrote: > On Wed, Jun 17, 2020 at 10:23 AM Amos Jeffries wrote: >> >> On 16/06/20 1:55 am, Amiq Nahas wrote: >>> Hi Guys, >>> >>> I am trying to use the srv_url_check module to block websites. >>> I have configured squid with proxy authentication and followed this

Re: [squid-users] print errormessage (like %E in ERR_* pages) in squid logfile ?

2020-06-17 Thread Alex Rousskov
On 6/17/20 9:17 AM, Dieter Bloms wrote: > more and more clients aren't browser but are programs, which call a > restapi through our squid proxy. > > Those clients aren't able to show the errorpage (ERR_*) from proxy in > case the request wasn't successful for any reason. > > I added %err_code

Re: [squid-users] SQUID 4.12 (Debian 10, OpenSSL 1.1.1d) - SSL bump no server helllo

2020-06-17 Thread Alex Rousskov
On 6/17/20 9:14 AM, Loučanský Lukáš wrote: > Just noticed that github version of HandShake.cc is much better "patched" Squid should have proper support for GREASEd TLS version values (and more!) since master/v6 commit eec67f0. That very recent change has not been ported to earlier Squid versions

Re: [squid-users] Squid and c-icap's srv_url_check module

2020-06-17 Thread Amiq Nahas
On Wed, Jun 17, 2020 at 10:23 AM Amos Jeffries wrote: > > On 16/06/20 1:55 am, Amiq Nahas wrote: > > Hi Guys, > > > > I am trying to use the srv_url_check module to block websites. > > I have configured squid with proxy authentication and followed this > > wiki:

[squid-users] print errormessage (like %E in ERR_* pages) in squid logfile ?

2020-06-17 Thread Dieter Bloms
Hello, more and more clients aren't browser but are programs, which call a restapi through our squid proxy. Those clients aren't able to show the errorpage (ERR_*) from proxy in case the request wasn't successful for any reason. I added %err_code and %err_detail, but %err_detail is filled with

Re: [squid-users] SQUID 4.12 (Debian 10, OpenSSL 1.1.1d) - SSL bump no server helllo

2020-06-17 Thread Loučanský Lukáš
Just noticed that github version of HandShake.cc is much better "patched" than my humble,pitty attempt to quick-fix the parser. So in the light of self investigation and the lack of information and experience (I'm sorry for that) I maybe over-reacted. But now it seems both modifications made

Re: [squid-users] SQUID 4.12 (Debian 10, OpenSSL 1.1.1d) - SSL bump no server helllo

2020-06-17 Thread Loučanský Lukáš
This is the most naïve and dirtiest effort but I don't know where else it's called - not going to check it and fix calling it with nonsense numbers - so I went like this: /// parse TLS ProtocolVersion (uint16) and convert it to AnyP::ProtocolVersion static AnyP::ProtocolVersion

Re: [squid-users] SQUID 4.12 (Debian 10, OpenSSL 1.1.1d) - SSL bump no server helllo

2020-06-17 Thread Loučanský Lukáš
Found this: 2020/06/17 08:06:31.292 kid2| 24,7| BinaryTokenizer.cc(74) got: SupportedVersions.octets= caca0304030303020301 occupying 10 bytes @1 in 0x7ffd9ba4a0b0. 0x0301 - 0x0304 -> TLS versions to TLS1.3 0xcaca = non-existent (a few lines further:) BinaryTokenizer.cc(65) got:

Re: [squid-users] SQUID 4.12 (Debian 10, OpenSSL 1.1.1d) - SSL bump no server helllo

2020-06-17 Thread Loučanský Lukáš
> That is somewhat useful. TLS version being received is not valid. Ok - although this is squid users phorum - this could be even more useful: Firefox - http://download.kjj.cz/pub/ssl/firefox.txt it goes throught everything to the GET / HTTP/1.1 request Chrome -

Re: [squid-users] Switch cache peer Parent server for every 30 minutes

2020-06-17 Thread Prem Chand
Hi Alex, Could you please share with me a rough sketch example for the below statement. "but I suspect that a clever combination of annotate_transaction and "note" ACLs in cache_peer_access rules can be used to force a particular cache peer selection order." On Mon, Jun 15, 2020 at 7:14 PM Alex