Data in Transit — Every Connection
Every path between browser and server and between servers is encrypted. There is no plaintext communication path.
- Protocol
TLS 1.3only · legacy versions and weak cipher suites are disabled entirely - Cipher suites
AES-256-GCMorChaCha20-Poly1305 - Key exchange
ECDHE-based Perfect Forward Secrecy (PFS) — a new session key is created for every connection and destroyed when the session ends. Even if a server key is compromised later, past traffic cannot be decrypted. - Enforcement
HSTS preloadautomatic certificate renewal · plaintext HTTP connections blocked immediately - Between serversMutual TLS (
mTLS) — both sides must verify each other's certificate before a connection is allowed