From bd776a0ec85b9c282f701b3cb35c2ae7653dd821 Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Tue, 4 Feb 2020 19:43:48 -0500 Subject: [PATCH] add link to ssl Signed-off-by: Matthias Hanel --- developing-with-nats/security/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developing-with-nats/security/tls.md b/developing-with-nats/security/tls.md index 531b766..c92a475 100644 --- a/developing-with-nats/security/tls.md +++ b/developing-with-nats/security/tls.md @@ -1,6 +1,6 @@ # Encrypting and Authenticating Connections with TLS -While authentication limits which clients can connect, TLS can be used to encrypt traffic between client/server and check the server’s identity. Additionally - in the most secure version of TLS with NATS - the server can be configured to verify the client's identity, thus authenticating it. When started in TLS mode, a `nats-server` will require all clients to connect with TLS. Moreover, if configured to connect with TLS, client libraries will fail to connect to a server without TLS. +While authentication limits which clients can connect, TLS can be used to encrypt traffic between client/server and check the server’s identity. Additionally - in the most secure version of TLS with NATS - the server can be configured to verify the client's identity, thus authenticating it. When started in [TLS mode](../../nats-server/configuration/securing_nats/tls.md), a `nats-server` will require all clients to connect with TLS. Moreover, if configured to connect with TLS, client libraries will fail to connect to a server without TLS. ## Connecting with TLS and verify client identity