Hi,
In squid 3.4.7, when authenticating with an inexistant user, i get only
DENIED/407 replies. Instead of first 407 and then 403.
config:
auth_param digest program digest_file_auth /etc/passwd
auth_param digest realm anonymox.net
acl proxyauth_passed proxy_auth REQUIRED
http_access allow prox
Okay, sorry, problem solved...
After some more reading i found that infinite 407s are the desired
behaviour, so i've implement it with another approach.
--
Best Regards
Nils
anonymoX Team
http://www.anonymox.net/
Am 27.09.2014 um 12:42 schrieb "Nils Hügelmann (anonymoX.net)"
Hi,
In squid 3.4.7, when authenticating with an inexistant user, i get only
DENIED/407 replies. Instead of first 407 and then 403.
config:
auth_param digest program digest_file_auth /etc/passwd
auth_param digest realm anonymox.net
acl proxyauth_passed proxy_auth REQUIRED
http_access allow prox