Skip to content

Commit 50790a1

Browse files
rabbitmq.conf.example: clarify TLS settings incompatible with TLSv1.3
(cherry picked from commit 6d4c005)
1 parent 8673cdd commit 50790a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbit/docs/rabbitmq.conf.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
# ssl_options.certfile = /path/to/cert.pem
9494
# ssl_options.keyfile = /path/to/key.pem
9595
#
96-
## These are highly recommended but must be disabled if
97-
## TLSv1.3 is enabled.
96+
## These are highly recommended for TLSv1.2 but cannot be used
97+
## with TLSv1.3. If TLSv1.3 is enabled, these lines MUST be removed.
9898
# ssl_options.honor_cipher_order = true
9999
# ssl_options.honor_ecc_order = true
100100
#

0 commit comments

Comments
 (0)