Abstract representation of encrypted network traffic and connection resumption between client and server.

Implementing TLS 1.3 Zero Round-Trip Resumption: Mechanisms, Pitfalls, and Production Deployment

How TLS 1.3 0-RTT resumption actually works on the wire, why replay attacks make it risky for non-idempotent requests, and the patterns real teams use to deploy it safely behind NGINX, Envoy, and HAProxy.

September 3, 2026 · 12 min · 2352 words · martinuke0

SSL/TLS Zero to Hero: A Practical, In‑Depth Guide to Modern HTTPS

Introduction If you put anything on the internet—an API, a website, an admin portal—you need SSL/TLS. It’s what turns http into https, encrypts traffic, and lets users verify they’re talking to the right server. But “turn on TLS” hides a lot of complexity: ciphers, certificates, OCSP, mTLS, key rotation, HTTP/2, QUIC, and more. This in-depth, zero-to-hero guide demystifies SSL/TLS. You’ll learn the concepts, how the protocol works, how to issue and deploy certificates, how to configure popular servers securely, how to test and monitor, and how to avoid common pitfalls. By the end, you’ll be able to ship production-grade TLS with confidence. ...

December 5, 2025 · 10 min · 2066 words · martinuke0
Feedback