Re: [squid-users] acl on SSL urls

From: Robert Collins <robertc@dont-contact.us>
Date: Thu, 09 Oct 2003 08:24:00 +1000

On Wed, 2003-10-08 at 23:28, Frederic Van De Velde wrote:

> But what do I have to put for https urls ?

dstdomain + port + method

i.e.

acl ssl_noauth dstdomain www.site.com
acl CONNECT method CONNECT
acl SSL_PORTS port 443
http_access allow ssl_noauth CONNECT SSL_PORTS

Cheers.
Rob

-- 
GPG key available at: <http://members.aardvark.net.au/lifeless/keys.txt>.

Received on Wed Oct 08 2003 - 16:24:07 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:20:26 MST