Archives for Software Dev

Mutual TLS

Mutual TLS (mTLS) Normal TLS primarily authenticates the server to the client. With mutual TLS, both sides present certificates. Client │ │ Client Certificate ▼ Server │ │ Server Certificate…
Continue Reading