[squid-users] Proxy auth exception

Jason Loel jasonl at loel.fr
Tue Sep 15 07:08:25 UTC 2020


Hi,

I use Squid 4.6 with Debian 10 (Buster).

I use Kerberos Authentication and it works :

   auth_param negotiate program /usr/lib/squid/negotiate_kerberos_auth -s 
HTTP/proxy.lab.lan at LAB.LAN
   auth_param negotiate children 10
   auth_param negotiate keep_alive on
   acl lan proxy_auth REQUIRED
   icap_send_client_username on
   http_access allow lan

I have a local web server named "hotline", itself uses also kerberos 
auth (Apache).

If i don't use the proxy, i can browse http://hotline
If i use the proxy, i can't browse the page, i get "this site can't be 
reached"
If i remove this 6 lines in squid.conf, the website is available.

How can i add an exception for "http://hotline" to not use the acl lan ?

Merci !

Jasaon L.


More information about the squid-users mailing list