Skip to content

Commit 39d1e39

Browse files
committed
TLS: Improve tls-protocols clarity in redis.conf.
1 parent 23a85ba commit 39d1e39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

redis.conf

+3-2
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,10 @@ tcp-keepalive 300
176176
# tls-cluster yes
177177

178178
# Explicitly specify TLS versions to support. Allowed values are case insensitive
179-
# and include "TLSv1", "TLSv1.1", "TLSv1.2", "TLSv1.3" (OpenSSL >= 1.1.1)
179+
# and include "TLSv1", "TLSv1.1", "TLSv1.2", "TLSv1.3" (OpenSSL >= 1.1.1) or
180+
# any combination. To enable only TLSv1.2 and TLSv1.3, use:
180181
#
181-
# tls-protocols TLSv1.2
182+
# tls-protocols "TLSv1.2 TLSv1.3"
182183

183184
# Configure allowed ciphers. See the ciphers(1ssl) manpage for more information
184185
# about the syntax of this string.

0 commit comments

Comments
 (0)