Search squid archive

Re: How to Block HTTPS url on squid 2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux