On Mon, 10 Aug 2009 10:24:04 +0800, "SSCR Internet Admin"
<admin_at_sscrmnl.edu.ph> wrote:
> Hi,
>
> Can anyone give me a hint as to block 443 and let some other secured site
> be
> excluded from the block?
Depends on what you want to block there...
I assume that you actually mean you want to block HTTPS traffic except to
some certain sites.
Squid default controls have ACLs called SSL_ports and CONNECT. With this
configuration line:
http_access deny CONNECT !SSL_ports
To restrict further and only allow certain websites to use port 443/HTTPS
create an ACL listing their domain names and change the access lien like so
acl httpSites dstdomain .example.com
http_access deny CONNECT !SSL_ports !httpsSites
Amos
Received on Mon Aug 10 2009 - 02:34:42 MDT
This archive was generated by hypermail 2.2.0 : Mon Aug 10 2009 - 12:00:15 MDT