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

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Tue, 24 Aug 2010 18:08:37 +1200

Mohamed Ashraf wrote:
>
>
> > Date: Tue, 24 Aug 2010 01:00:35 +0000
> > From: squid3_at_treenet.co.nz
> > To: squid-users_at_squid-cache.org
> > Subject: Re: [squid-users] How to Block HTTPS url on squid 2
> >
> > 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
>
> Dear Amos,
>
> Thank you for your replay
>
>
> But my case I want to block all https and http for particular users and
> I want to allow only certain http and https url how can I do, please
> help me
>
>
>
> My squid is blocking all http site but not https
>
>
> Ashraf

It sounds like you really urgently need to learn how access controls in
Squid operate:
   http://wiki.squid-cache.org/SquidFaq/SquidAcl#Common_Mistakes

Amos

-- 
Please be using
   Current Stable Squid 2.7.STABLE9 or 3.1.6
   Beta testers wanted for 3.2.0.1
Received on Tue Aug 24 2010 - 06:08:48 MDT

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