mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
add link to ssl
Signed-off-by: Matthias Hanel <mh@synadia.com>
This commit is contained in:
parent
ca1c9888b9
commit
bd776a0ec8
@ -1,6 +1,6 @@
|
|||||||
# Encrypting and Authenticating Connections with TLS
|
# 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
|
## Connecting with TLS and verify client identity
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user