[squid-users] Need help blocking an specific HTTPS website

Felipe Arturo Polanco felipeapolanco at gmail.com
Mon Mar 4 22:27:56 UTC 2019


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 fine
I cannot block 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
acl blockwa3 ssl::server_name .whatsapp.com
acl step1 at_step SslBump1

http_access deny blockwa1
http_access deny blockwa2
http_access deny blockwa3

ssl_bump peek step1
ssl_bump bump all
============================

Can anyone advise me here?

Thanks,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20190304/1f27817b/attachment.html>


More information about the squid-users mailing list