|
|
|
|
|
by hannob
1780 days ago
|
|
This is a TLS mechanism called SNI and yes, it's there to make sure one server can deliver multiple different hosts over TLS. There's a mechanism called Encrypted ClientHello (ECH), formerly known as ESNI, that tries to address this. Ultimately using either DoH or ECH only provides limited protection, the idea is to use both. |
|
EDIT: Ah, the blog post does indicate that ECH is a work in progress.