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.
