[squid-users] Need To Limit the Use of CONNECT

2007-01-29 Thread Vadim Pushkin
Hello All; I would like to limit the use of CONNECT within my squid.conf to just a few sites, for now the sites defined by the ACL "App-Port-80". I am considering doing this like this: # Access to App-Port-80 uses port 80 for CONNECT acl App-Port-80 dst 192.168.111.1 acl SSL_ports port 443

Re: [squid-users] Need To Limit the Use of CONNECT

2007-01-29 Thread Dieter Bloms
Hi, On Mon, Jan 29, Vadim Pushkin wrote: > I would like to limit the use of CONNECT within my squid.conf to just a few > sites, for now the sites defined by the ACL "App-Port-80". I am > considering doing this like this: > > # Access to App-Port-80 uses port 80 for CONNECT > > acl App-Port-80