From 6947b9dbbbb8d63cbb2447efc3a378b20e5890e4 Mon Sep 17 00:00:00 2001 From: Parker Shankin-Clarke Date: Thu, 25 Apr 2024 17:07:31 -0700 Subject: [PATCH 1/2] Improve TLS.md configuration instructions Signed-off-by: Parker Shankin-Clarke --- TLS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TLS.md b/TLS.md index 09c5866ab..2c545d934 100644 --- a/TLS.md +++ b/TLS.md @@ -58,7 +58,7 @@ To connect to this Valkey server with `valkey-cli`: --key ./tests/tls/valkey.key \ --cacert ./tests/tls/ca.crt -This will disable TCP and enable TLS on port 6379. It's also possible to have +Specifying `port 0` will disable TCP and enable TLS on port 6379. It's also possible to have both TCP and TLS available, but you'll need to assign different ports. To make a Replica connect to the master using TLS, use `--tls-replication yes`, From 1176825f8ba5cdf8059d774bd748132a728e1b96 Mon Sep 17 00:00:00 2001 From: pshankinclarke <38367844+pshankinclarke@users.noreply.github.com> Date: Thu, 2 May 2024 21:38:49 -0700 Subject: [PATCH 2/2] Update TLS.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Viktor Söderqvist Signed-off-by: Parker Shankin-Clarke --- TLS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TLS.md b/TLS.md index 2c545d934..4ac61f406 100644 --- a/TLS.md +++ b/TLS.md @@ -58,7 +58,7 @@ To connect to this Valkey server with `valkey-cli`: --key ./tests/tls/valkey.key \ --cacert ./tests/tls/ca.crt -Specifying `port 0` will disable TCP and enable TLS on port 6379. It's also possible to have +Specifying `port 0` will disable TCP. It's also possible to have both TCP and TLS available, but you'll need to assign different ports. To make a Replica connect to the master using TLS, use `--tls-replication yes`,