๐ Filtering Wire Messenger
by Yuri Voinov
๐ Outline
Wire by default blocked by SSL Bump-aware Squid. When run Wire behind
proxy, youโre get message YOUR CONNECTION IS NOT PRIVATE
and no one
Wire function works.
๐ Usage
Wire uses next domain names to work:
wire.com, www.wire.com, prod-nginz-https.wire.com, prod-nginz-ssl.wire.com, prod-assets.wire.com, wire-app.wire.com
turn01.de.prod.wire.com, turn02.de.prod.wire.com, turn03.de.prod.wire.com, turn04.de.prod.wire.com
To make in work behind SSL Bump-aware Squid, youโre simple require to splice 2nd level domain wire.com.
๐ Squid Configuration File
Paste the configuration file like this:
acl DiscoverSNIHost at_step SslBump1
acl NoSSLIntercept ssl::server_name_regex .wire\.com
ssl_bump peek DiscoverSNIHost
ssl_bump splice NoSSLIntercept
# other SSL-bump rules ...
and reconfigure.
โ ๏ธ Disclaimer: Any example presented here is provided "as-is" with no support
or guarantee of suitability. If you have any further questions about
these examples please email the squid-users mailing list.
Categories: ConfigExample
Navigation: Site Search, Site Pages, Categories, ๐ผ go up