Re: [squid-users] Update from Squid 4 to Squid 5 :

2023-02-13 Thread Bertrand Friconneau
Hi everyone, My problem is fixed. And my Squid server up to date (Ubuntu 22.04 LTS). Finaly my problem was not about squid but about DNS. Ubuntu could'nt find any more my AD server. Solution : Modify 2 files : /etc/resolvconf/resolv.conf.d/head /etc/resolv.conf And put in it this line : name

Re: [squid-users] HTTPS Request Header acl

2023-02-13 Thread Amos Jeffries
On 14/02/2023 12:04 am, sanket jaiswal wrote: Hi Devs, I'm using Squid for my Outbound traffic filtering and I have one use case, I'm tryning to block Egress HTTP and HTTPS Request based on certain Header and I've also leveraged squid acl request_header_access to check and block header, Howev