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,
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to