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