Re: [squid-users] Squid memory consumption problem

2020-06-30 Thread Eliezer Croitoru
The first thing to do is look at:https://wiki.squid-cache.org/KnowledgeBase/HostHeaderForgery It should clear couple doubts for you. Eliezer Eliezer CroitoruTech SupportMobile: +972-5-28704261Email: ngtech1...@gmail.com From: DIXIT AnkitSent: Tuesday, June 30, 2020 10:46 AMTo: Eliezer Croitoru;

Re: [squid-users] Squid memory consumption problem

2020-06-30 Thread Eliezer Croitor
Hey Dixit is it your first name?, I want to help you but you are jumping between subjects and issues over and over again. Try to open a single thread for a subject and follow it. You are missing details on the clients. Clients can vary from PC to MOBILE etc.. To clear out any doubts abo

[squid-users] Squid typo fixes for 4.12

2020-06-30 Thread L . P . H . van Belle
Hai, Sorry for not pushing this through git. If you want some typo fixed, here you go. Fixed typo's found by Lintian on Debian Buster. --- a/src/ssl/crtd_message.cc +++ b/src/ssl/crtd_message.cc @@ -206,7 +206,7 @@ i = map.find(Ssl::CrtdMessage::param_Sign); if (i != map.end()) {

Re: [squid-users] Squid 4 and on_unsupported_protocol

2020-06-30 Thread Eliezer Croitor
Hey Vieri, I have tested the wiki pages again to make sure it's not misleading and.. I have used the next regex: ## START OF FILE # Web.whatsapp.com ^(w[0-9]+|[a-z]+\.)?web\.whatsapp\.com$ # Whatsapp CDN issue .whatsapp\.net$ ## EOF Which seems a bit more accurate then what's in the wiki. If i

Re: [squid-users] Squid 4 and on_unsupported_protocol

2020-06-30 Thread Vieri
On Tuesday, June 30, 2020, 8:50:09 AM GMT+2, Eliezer Croitoru wrote: > > I can try to re-produce this setup locally to make sure that it works as > described in the docs. Thanks! > So couple details: >   * PC Windows(What OS?) client with firefox Windows 10, Windows 7 Firefox ESR 68.5.0

Re: [squid-users] Squid 4.12 Arch Linux Google Chrome fails - OpenSSL 1.1.1g

2020-06-30 Thread Alex Rousskov
On 6/29/20 8:56 PM, Amish wrote: > On 30/06/20 1:22 am, Alex Rousskov wrote: >> On 6/29/20 11:18 AM, Amish wrote: >>> I am using Arch Linux and today I upgraded squid to 4.12 (from 4.10) >>> Firefox and IE work fine. But in Google chrome - sites dont open. >> You may need a fix for TLS GREASEd valu

[squid-users] R: squid stores multiple copies of identical ETags

2020-06-30 Thread Tabacchiera, Stefano
>> I mean: squid would store a new copy of the object while leaving the >> old copy deletion to cleanup task? >Some parts of the cleanup process may be delegated. The details depend on the >cache_dir type. I do not know or remember aufs specifics, but I suspect that >all ufs-based cache_dirs,

Re: [squid-users] R: squid stores multiple copies of identical ETags

2020-06-30 Thread Alex Rousskov
On 6/30/20 5:10 AM, Tabacchiera, Stefano wrote: > So I’m assuming that only one object on disk (the last one retrieved) is > the object referenced as “active” by squid, all the rest being trashable. > > Since the client is forcing a “no-cache” header, squid does what the > client is asking for, a

Re: [squid-users] Squid 4 and on_unsupported_protocol

2020-06-30 Thread Vieri
On Tuesday, June 30, 2020, 1:41:57 PM GMT+2, Eliezer Croitor wrote: > ^(w[0-9]+|[a-z]+\.)?web\.whatsapp\.com$ Yes, it does. I should have seen that... Thanks for your help! Vieri ___ squid-users mailing list squid-users@lists.squid-cache.org http://

Re: [squid-users] Squid 4.12 Arch Linux Google Chrome fails - OpenSSL 1.1.1g

2020-06-30 Thread Amish
On 30/06/20 6:37 pm, Alex Rousskov wrote: On 6/29/20 8:56 PM, Amish wrote: On 30/06/20 1:22 am, Alex Rousskov wrote: On 6/29/20 11:18 AM, Amish wrote: I am using Arch Linux and today I upgraded squid to 4.12 (from 4.10) Firefox and IE work fine. But in Google chrome - sites dont open. You ma