This is a discussion on Re: [squid-users] Proxy Authentication and Java Applets within the Squid Users forums, part of the Web Server and Related Forums category; zottmann@ig.com.br wrote: >Hi !! > >You should do the following: > >acl java_jvm browser Java &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
zottmann@ig.com.br wrote:
>Hi !! > >You should do the following: > >acl java_jvm browser Java > >then, before your http_access for the authenticated users, use: > >http_access allow java_jvm > > > Ohhh! Be aware that you're then allowing every Java client to access the proxy WITHOUT authentication! There are a lot of java programs with uses proxy servers, and with that acl you'll allow them all. rgrds, Bart |