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

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Tue, 24 Aug 2010 01:00:35 +0000

On Mon, 23 Aug 2010 18:17:09 +0000, Mohamed Ashraf
<asrafonline_at_hotmail.com> wrote:
> Hi All
> Who can help me regarding squid proxy server...!!!
>
> My Problem is: I want to stop gmail access without blocking https. Yes
> in my squid proxy normal http://gmail.com,http://facebook.com is not
> accessible. But
> gmail,facebok started https service by which user can still get access
> to gmail. I DONT WANT TO STOP https CAUSE ITS BEING USING BY OTHER
> PROGRAMS.

HTTPS is transfered over proxies via CONNECT requests. Setting per-domain
access is simple:

  acl gmail dstdomain .gmail.com
  http_access deny CONNECT gmail

Amos
Received on Tue Aug 24 2010 - 01:11:08 MDT

This archive was generated by hypermail 2.2.0 : Tue Aug 24 2010 - 12:00:03 MDT