<div dir="ltr"><div><div><div><div>Possile Problem #1:<br>
 digest_pw_auth has not existed in some years. The helpers correct<br>
current name is digest_file_auth. Please upgrade.<br><br></div>In the openwrt repository, I can only find Squid 2.7, and I can't upgrade to newer. <br></div>Can I make this work somehow, with the current setup? <br><br>Possible Problem #2:<br>
 when wrong credentials are presented the "http_access allow password"<br>
will NOT require new ones. It will just skip to the next line - which is<br>
an implicit "deny all"<br>
<br>
Use this instead:<br>
  http_access deny !password<br>
  http_access allow localnet<br>
<br></div>Tried it, but the issue persists. Actually, I just noticed that the http_access allow localnet already was present in the config, I forgot to include in my previous mail.<br><br>Possible Problem #3:<br>
 the client you are testing with may not support Digest authentication.<br>
In the current Squid releases use "debug_options 11,2" in squid.conf to<br>
get a cache.log trace of the HTTP headers the client is sending.<br><br></div>I've tried with IExplorer, Chrome and curl, I see this in the access log:<br><div><br>2 192.168.1.177 TCP_DENIED/407 1722 GET <a href="http://www.bing.com/news">http://www.bing.com/news</a>? user1 NONE/- text/html<br><br></div><div>Balazs<br></div><div><br></div></div>