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
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