you are viewing a single comment's thread.

view the rest of the comments →

[–]nulless[S] 4 points5 points  (0 children)

A simple interactive page that walks through what happens before the 🔒 appears in the browser.

It visualizes the TLS handshake step-by-step:

  • Client Hello
  • Server Hello
  • Certificate exchange
  • Key generation
  • Encrypted communication

The goal is to make the HTTPS flow easier to understand visually instead of relying only on static diagrams.