Tagged articles
3 articles
Page 1 of 1
Lin is Dream
Lin is Dream
Jul 22, 2025 · Information Security

Why HTTPS Needs More Than a Handshake: One‑Way vs Mutual TLS Explained

This article walks through the differences between plain HTTP, HTTPS one‑way authentication, and mutual TLS, detailing the TCP handshake, TLS handshakes, certificate creation, file‑type conventions, and practical security considerations for developers and engineers.

HTTPSHandshakeOpenSSL
0 likes · 16 min read
Why HTTPS Needs More Than a Handshake: One‑Way vs Mutual TLS Explained
Raymond Ops
Raymond Ops
Jan 4, 2025 · Information Security

Understanding SSL Mutual Authentication vs One‑Way: When and Why to Use It

SSL/TLS certificates secure data between browsers and servers, but while one‑way authentication verifies only the server, mutual (two‑way) authentication also validates the client using personal authentication certificates, requiring additional keys and CA roots, making it ideal for high‑security enterprise environments.

SSLTLSinformation security
0 likes · 8 min read
Understanding SSL Mutual Authentication vs One‑Way: When and Why to Use It