Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
f93e1417
Commit
f93e1417
authored
May 20, 2020
by
Yossi Gottlieb
Committed by
antirez
May 22, 2020
Browse files
TLS: Improve tls-protocols clarity in redis.conf.
parent
d0c9e445
Changes
1
Show whitespace changes
Inline
Side-by-side
redis.conf
View file @
f93e1417
...
@@ -176,9 +176,10 @@ tcp-keepalive 300
...
@@ -176,9 +176,10 @@ tcp-keepalive 300
# tls-cluster yes
# tls-cluster yes
# Explicitly specify TLS versions to support. Allowed values are case insensitive
# Explicitly specify TLS versions to support. Allowed values are case insensitive
# and include "TLSv1", "TLSv1.1", "TLSv1.2", "TLSv1.3" (OpenSSL >= 1.1.1)
# 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
# tls-protocols
"
TLSv1.2
TLSv1.3"
# Configure allowed ciphers. See the ciphers(1ssl) manpage for more information
# Configure allowed ciphers. See the ciphers(1ssl) manpage for more information
# about the syntax of this string.
# about the syntax of this string.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment