> Date: Tue, 24 Aug 2010 01:00:35 +0000 > From: squid3@xxxxxxxxxxxxx > To: squid-users@xxxxxxxxxxxxxxx > Subject: Re: How to Block HTTPS url on squid 2 > > On Mon, 23 Aug 2010 18:17:09 +0000, Mohamed Ashraf > <asrafonline@xxxxxxxxxxx> 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