π€
Mutual TLS (mTLS)
Encryption
TLS where both sides prove who they are using certificates.
Definition
Mutual TLS is like a two-way ID check: the server proves itβs real, and the client proves itβs allowed.
In plain English
TLS where both sides prove who they are using certificates.
Why this matters
Why it matters: It can block unauthorized systems from connecting to sensitive APIs.
Example
Example: Only approved services can call an internal API using mTLS.