SNI leakage prevention with proxy
In TLS 1.2 / HTTP(S) context, plaintext target hostname could potentially leak in 3 different ways:
In DNS query prior to TCP/TLS/HTTP connection.
In TLS handshake, ClientHello message, in SNI extension.
In HTTP Host header.
DNS leakage … Continue reading SNI leakage prevention with proxy