RE: [squid-users] How to block spesific https site

From: Winanjaya <winanjaya@dont-contact.us>
Date: Mon, 6 Nov 2006 15:46:07 +0700

Hi..
I tried below, but it does not work .. (my users still able to visit
https://www.google.com

acl badsites url_regex "/etc/squid/badsites"
acl SSL_ports port 443 563
acl CONNECT method CONNECT

http_access allow src_normal_users !badsites !SSL_ports

pls advise

Thanks & Regards
Winanjaya

-----Original Message-----
From: Mark Elsen [mailto:mark.elsen@gmail.com]
Sent: Monday, November 06, 2006 3:22 PM
To: winanjaya@lippogeneral.com
Cc: squid-users@squid-cache.org
Subject: Re: [squid-users] How to block spesific https site

>
> Dear All,
>
> How to block spesific https site (ie. I want to block
https://www.google.com
>
> please help .. thanks a lot
>

  - Check Squid FAQ primarily for such matters :

        acl google dstdomain google.com
        acl secure_access method CONNECT
        ...
        http_access deny google secure_access

 M.

***********************
Your mail has been scanned by MSS.
***********-***********

***********************
No virus was detected in the attachment (no filename).

Your mail has been scanned by InterScan.
***********-***********
Received on Mon Nov 06 2006 - 01:41:26 MST

This archive was generated by hypermail pre-2.1.9 : Fri Dec 01 2006 - 12:00:03 MST