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