Hi,

I am having this message when using msnt_auth with squid-2.5.STABLE1-2 in a Red Hat 9.0:

aclAuthenticated: authentication not applicable on accelerated requests

Relevant lines in squid.conf:
-----------
auth_param basic program /usr/lib/squid/msnt_auth
auth_param basic children 5
auth_param basic realm test
auth_param basic credentialsttl 2 hours
acl test proxy_auth REQUIRED
http_access allow test
...
httpd_accel_host virtual
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
-----------

I know that squid does not support authentication with interception, but I need the last 3 lines. Without then, squid return an error for every request. Example: when entering in browser http://www.squid-cache.org/Doc/FAQ/FAQ-17.html#ss17.15, a "invalid address" message is returned for "/Doc/FAQ/FAQ-17.html".

Thanks,

Rafael Bossle





Reply via email to