Re: [squid-users] How to Block HTTPS url on squid 2

From: Tim Bates <tin_at_new-life.org.au>
Date: Tue, 24 Aug 2010 23:32:35 +1000

On 24/08/2010 4:20 PM, Mohamed Ashraf wrote:
>
> Thank you for your reply
> How do I block all https except some.

Please go and read some guides about Squid ACLs. What you want is
relatively simple once you have a basic understanding of the ACLs.

Below is the basic idea, which I have NOT checked. I would expect it to
be wrong and fail...

acl good_https_sites dstdomain .somesite.com
http_access allow CONNECT good_https_sites
http_access deny all

TB
Received on Tue Aug 24 2010 - 13:32:56 MDT

This archive was generated by hypermail 2.2.0 : Sun Aug 29 2010 - 12:00:07 MDT