Tigera Interview Question

What is the difference between TLS and mutual TLS?

Interview Answer

Anonymous

Feb 5, 2026

TLS is typically one-way authentication, where the client verifies the server's identity. Mutual TLS extends this by requiring both the client and the server to authenticate each other using certificates.