暗号化クライアントハロー(ECH / ESNI)
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/encrypted-sni/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/encrypted-sni/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/encrypted-sni/)
Use the native HTML custom element.
暗号化クライアントハロー(ECH)は、以前は暗号化SNI(ESNI)として知られていたTLS拡張で、TLSハンドシェイクのサーバー名表示(SNI)フィールドを暗号化します。SNIフィールドは従来、トラフィック自体が暗号化されていてもクライアントがどのドメインに接続しているかを明かしていました。ECHはドメインの[[dns|DNS]](HTTPSまたはSVCBレコードとして)に公開された公開鍵を使用してSNIを暗号化することでこのプライバシーの穴を塞ぎます。ECHが完全な効力を発揮するには[[dns-privacy|DNSプライバシー]](例: [[dns-over-https-browser|DoH]])が必要です。
使用例
Without ECH, a passive observer on a CDN-hosted IP sees 'TLS ClientHello → target: example.com' even over HTTPS. With ECH, the SNI field is encrypted, revealing only the CDN's outer hostname.