Em 04/03/2019 19:27, Felipe Arturo Polanco escreveu:
Hi,

I have been trying to block https://web.whatsapp.com/ from squid and I have been unable to.

So far I have this:

I can block other HTTPS websites fine
I can block www.whatsapp.com <http://www.whatsapp.com> fine
I cannot block web.whatsapp.com <http://web.whatsapp.com>

I have HTTPS transparent interception enabled and I am bumping all TCP connections, but still this one doesn't appear to get blocked by squid.

This is part of my configuration:
===========================
acl blockwa1 url_regex whatsapp\.com$
acl blockwa2 dstdomain .whatsapp.com <http://whatsapp.com>
acl blockwa3 ssl::server_name .whatsapp.com <http://whatsapp.com>
acl step1 at_step SslBump1


    blockwa1 and blockwa2 should definitely block web.whatsapp.com .. your rules seems right.

    Can you confirm the web.whatsapp.com access are getting through squid ? Are these accesses on your access.log with something different than DENIED status ?



--


        Atenciosamente / Sincerily,
        Leonardo Rodrigues
        Solutti Tecnologia
        http://www.solutti.com.br

        Minha armadilha de SPAM, NÃO mandem email
        gertru...@solutti.com.br
        My SPAMTRAP, do not email it


_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to