Included in redis.conf explicit explanation of tls-protocol defaults (#8193)
This commit is contained in:
parent
7993780dda
commit
1f42bd7057
@ -196,9 +196,12 @@ tcp-keepalive 300
|
|||||||
#
|
#
|
||||||
# tls-cluster yes
|
# tls-cluster yes
|
||||||
|
|
||||||
# Explicitly specify TLS versions to support. Allowed values are case insensitive
|
# By default, only TLSv1.2 and TLSv1.3 are enabled and it is highly recommended
|
||||||
# and include "TLSv1", "TLSv1.1", "TLSv1.2", "TLSv1.3" (OpenSSL >= 1.1.1) or
|
# that older formally deprecated versions are kept disabled to reduce the attack surface.
|
||||||
# any combination. To enable only TLSv1.2 and TLSv1.3, use:
|
# You can explicitly specify TLS versions to support.
|
||||||
|
# Allowed values are case insensitive and include "TLSv1", "TLSv1.1", "TLSv1.2",
|
||||||
|
# "TLSv1.3" (OpenSSL >= 1.1.1) or any combination.
|
||||||
|
# To enable only TLSv1.2 and TLSv1.3, use:
|
||||||
#
|
#
|
||||||
# tls-protocols "TLSv1.2 TLSv1.3"
|
# tls-protocols "TLSv1.2 TLSv1.3"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user