On Fri, 20 Feb 2004 [EMAIL PROTECTED] wrote: > Thanks, but it doesnt work. > I want do block https://servername.domain.d/log
This you can't, at least not unless your Squid is a SSL accelerator running at servername.domain.d. > I see in access.log if i connect to the https site this: > https://servername.domain.d:443 Do you really see the https:// part? You should only see CONNECT servername.domain.d:443 as this is all information available to a HTTP proxy on proxied https:// requests. All the rest is encrypted by SSL and not visible to the proxy. Regards Henrik
