Squid 4.10 on Ubuntu 20.04 The configured program is started but not called (or the result not used) The authentication window does not show up in the browser All request are denied because acl proxyuser doesn’t match The same config runs on squid 3.5.27 on Ubuntu 18.04 and squid 4.13 on opensuse 4.13 How can i debug this problem Other helpers are also not called/used The squid user can execute the configured program /usr/local/bin/mysql_auth and returns an OK sudo -u squid /usr/local/bin/mysql_auth test testing OK ------------------- auth_param basic program /usr/local/bin/mysql_auth auth_param basic children 10 startup=5 idle=1 auth_param basic utf8 on auth_param basic realm "Squid proxy-caching web server" auth_param basic credentialsttl 2 hours acl jufi1 src 1.2.3.4/32 acl jufi1-6 src 2a01:…..::2 acl jufi2 src 1.2.3.5/32 acl jufi2-6 src 2a01:…..::2 acl proxyusers proxy_auth REQUIRED http_access allow jufi1 http_access allow jufi1-6 http_access allow jufi2 http_access allow jufi2-6 http_access allow proxyusers ----------------------- Yours Anton Kornexl |
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users