<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi,<div><br></div><div>I have been trying to block <a href="https://web.whatsapp.com/">https://web.whatsapp.com/</a> from squid and I have been unable to.</div><div><br></div><div>So far I have this:</div><div><br></div><div>I can block other HTTPS websites fine</div><div>I can block <a href="http://www.whatsapp.com">www.whatsapp.com</a> fine</div><div>I cannot block <a href="http://web.whatsapp.com">web.whatsapp.com</a></div><div><br></div><div>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.</div><div><br></div><div>This is part of my configuration:</div><div>===========================</div><div><div>acl blockwa1 url_regex whatsapp\.com$</div><div>acl blockwa2 dstdomain .<a href="http://whatsapp.com">whatsapp.com</a></div><div>acl blockwa3 ssl::server_name .<a href="http://whatsapp.com">whatsapp.com</a></div><div>acl step1 at_step SslBump1</div><div><br></div><div>http_access deny blockwa1 </div><div>http_access deny blockwa2 </div><div>http_access deny blockwa3 </div><div><br></div><div>ssl_bump peek step1</div><div>ssl_bump bump all</div></div><div>============================</div><div><br></div><div>Can anyone advise me here?</div><div><br></div><div>Thanks,</div></div></div></div>