On Wed, 22 Oct 2014 13:48:58 +0200
Yassin CHOUCHANE <frechdes...@gmail.com> wrote:

> ok so how make an execption for this application in squid ?

I work around sits with broken authentication like this:

acl noauth dstdomain "/var/squid/lists/noauth"
...
http_access allow noauth
http_access deny !auth
http_access allow auth

All I have to do is put domains that have broken authentication through
proxy to /var/squid/lists/noauth and restart squid.

-- 
Marko Cupać
https://www.mimar.rs
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to