RE: [squid-users] Gmail HTTPS Block

From: Mohammad Fattahian <mfattahian_at_monexgroup.com>
Date: Fri, 15 Apr 2011 11:48:16 -0400

It does not block HTTPS.

I want to block GMAIL, not all the google web site

-----Original Message-----
From: Joseph L. Casale [mailto:jcasale_at_activenetwerx.com]
Sent: April-15-11 11:42 AM
To: squid-users_at_squid-cache.org
Subject: RE: [squid-users] Gmail HTTPS Block

>Is the any way to block HTTPS for some web sites?
>
>I have to block access to Gmail accounts.
>
>It's done for http but I did not find any solution for https.
>
>This is part of my configuration:
>
>acl gmail1 dstdomain google.com
>acl gmail2 dstdomain google.ca
>http_access deny CONNECT gmail1 gmail2

This just came up yesterday, use something like a regex and
match google.com or google.ca and block like this for eg:

acl test url_regex google\.com
http_access deny test

Or put the list in a file to make it easier to maintain.
Check the man page, url_regex is case sensitive...
jlc
Received on Fri Apr 15 2011 - 15:49:41 MDT

This archive was generated by hypermail 2.2.0 : Sat Apr 16 2011 - 12:00:04 MDT