summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorYossi Gottlieb <yossigo@gmail.com>2022-02-15 08:37:06 +0200
committerGitHub <noreply@github.com>2022-02-15 08:37:06 +0200
commit3881f7850f9f81720315bd4f33f2f9dedcc242bb (patch)
tree35f3c2fe9dd45bfee1e93879ac5846f6a6c0c82c /redis.conf
parente6478cfd10ae5ce8312c49823142d4dfcf0f45bb (diff)
downloadredis-3881f7850f9f81720315bd4f33f2f9dedcc242bb.tar.gz
Fix OpenSSL 3.0.x related issues. (#10291)
* Drop obsolete initialization calls. * Use decoder API for DH parameters. * Enable auto DH parameters if not explicitly used, which should be the preferred configuration going forward.
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf
index 55ed8a13e..d9644a776 100644
--- a/redis.conf
+++ b/redis.conf
@@ -213,7 +213,9 @@ tcp-keepalive 300
#
# tls-client-key-file-pass secret
-# Configure a DH parameters file to enable Diffie-Hellman (DH) key exchange:
+# Configure a DH parameters file to enable Diffie-Hellman (DH) key exchange,
+# required by older versions of OpenSSL (<3.0). Newer versions do not require
+# this configuration and recommend against it.
#
# tls-dh-params-file redis.dh