▲ | gruez 4 days ago | |||||||||||||||||||||||||||||||
>Connections never start as encrypted, they always start as plain text Not "never", because of HSTS preload, and browsers slowly adding scary warnings to plaintext connections. https://preview.redd.it/1l4h9e72vp981.jpg?width=640&crop=sma... | ||||||||||||||||||||||||||||||||
▲ | simiones 4 days ago | parent | next [-] | |||||||||||||||||||||||||||||||
TCP SYN is not encrypted, and neither is Client Hello. Even with TCP cookies and TLS session resumption, the initial packet is still unencrypted, and can be intercepted. | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | Ajedi32 4 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||
GP means unencrypted at the wire level. ClientHelloOuter is still unencrypted even with HSTS. | ||||||||||||||||||||||||||||||||
|