Search squid archive

RE: [squid-users] Selective Squid Authentication

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> -----Original Message-----
> From: la_roque@xxxxxxxxxxxxxx [mailto:la_roque@xxxxxxxxxxxxxx]
> Sent: Friday, June 10, 2005 8:17 AM
> To: squid-users@xxxxxxxxxxxxxxx
> Subject: [squid-users] Selective Squid Authentication
> 
> 
> Certain aplications don't support proxy authentication.
> 
> How can i make Squid ask for authentication for
> most of the sites while not asking for a list of certain
> sites?
> 
> He is a piece of my current squid.conf:
> 
> =====
> .
> .
> .
> redirect_program /usr/bin/squidGuard
> .
> .
> .
> acl windomain proxy_auth REQUIRED
> acl blocked_sites   url_regex -i "/etc/dBrowser/proxy.blacklist"
> acl unblocked_sites url_regex -i "/etc/dBrowser/proxy.whitelist"

# This next line is likely word wrapped.  It should just be one line.
acl noauth dst Enu.vs.mcafeeasap.com Ptb.vs.mcafeeasap.com Vs.mcafeeasap.com
Virusscanasap.mcafeeasap.com

  OR

acl noauth dstdomain .mcafeeasap.com  # Anything in the mcafeeasap.com
domain is allowed

> .
> .
> .
> http_access deny blocked_sites !unblocked_sites

http_access allow noauth

> http_access allow windomain
> .
> .
> .
> =====
> 
> As you can see, besides proxy.blacklist and proxy.whitelist , i use
> squidGuard for controling access based on its own lists.
> 
> Here are the URLs i have to exclude from proxy authentication:
> 
>    Enu.vs.mcafeeasap.com
>    Ptb.vs.mcafeeasap.com
>    Vs.mcafeeasap.com
>    Virusscanasap.mcafeeasap.com
> 
> [color=red:fc27c85c0e]McAfee anti-virus refuses updating from Internet
> due to proxy authentication!
> [/color:fc27c85c0e]
> Thanks for any help.
> 
> Edinaldo La-Roque

Chris

[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux