[squid-users] acl on SSL urls

From: Frederic Van De Velde <frederic.vandevelde@dont-contact.us>
Date: Wed, 08 Oct 2003 15:28:59 +0200

I want to allow an SSL site without any authentication.
I works like this for non-SSL site :

acl no-auth-needed url_regex -i "filename.acl"
http_acl allow no-auth-need

"filename.acl" is like this :

^http://www\.mysite\.com
^http://www\.mysecondsite\.com
etc ...

But what do I have to put for https urls ?

I already tried :

^https://www\.mysite\.com
connect://www\.mysite\.com

but it doesn't seems to work.

Am I missing something ?

Frederic.
Received on Wed Oct 08 2003 - 07:30:01 MDT

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