logoalt Hacker News

aand16yesterday at 1:20 PM1 replyview on HN

During the TLS handshake, you send the domain name in clear text (Server Name Indication - SNI extension) so that the hoster can present the correct certificate for that domain.

Nothing prevents the ISP from collecting that.


Replies

ekr____yesterday at 6:30 PM

Hence Encrypted Client Hello (https://datatracker.ietf.org/doc/rfc9849/), though deployment is still thin.