TLS Interception at a Forward Proxy
Interactive 3D model of SSL/TLS inspection at a forward security proxy: watch the proxy terminate the client's TLS session, decrypt and classify each connection against policy, then re-encrypt it toward the origin server. Toggle inspection on/off to see the blind spot it closes.
A TLS-inspecting (SSL-inspecting) forward proxy is not a single encrypted tunnel — it is two independent TLS sessions joined by a brief plaintext window inside the proxy itself. This simulator renders that pipeline in 3D: client connections travel to the proxy over one TLS session, get decrypted and classified against an editable security policy, and — if allowed — are re-encrypted onto a second TLS session toward the real origin server. Toggling inspection off shows the blind spot it exists to close: connections become opaque again and policy can no longer see, let alone block, what's inside them. Live counters track inspected, blocked, and caught-threat connections alongside the connections that would have been blocked but weren't, plus the processing latency the extra decrypt/re-encrypt hop adds.
Interactive 3D model of SSL/TLS inspection at a forward security proxy: the proxy terminates the client's TLS session, decrypts and classifies traffic against policy, then re-encrypts it toward the origin server. Toggle inspection on/off to see the blind spot it closes.
3D · Three.js / WebGL renderer · 60 FPS target · runs fully client-side, no install