DOC: configuration: clarify ciphersuites usage (V2)
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 11 Mar 2024 14:48:14 +0000 (15:48 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 11 Mar 2024 16:58:16 +0000 (17:58 +0100)
commit3262c2ddcdbc832d0a60b89257edcd598f20371d
treeb629b532c988dc001c601bfaddceaef5c769d354
parentc499d66f375212414b36aac9880275ab7387bbe2
DOC: configuration: clarify ciphersuites usage (V2)

The previous attempt removed the TLSv1.3 version for the
"ciphersuites" keywords. However it looks like the TLSv1.2 support for
SSL_CTX_set_ciphersuites() is a bug, and can have inconsistent behavior.

This patch revert the previous attempt and add explaining about this
problem and clear examples on how to configure TLSv1.2 ciphers + TLSv1.3
ciphersuites.

Revert "DOC: configuration: clarify ciphersuites usage"
This reverts commit e2a44d6c94b08d1bdf6294706c3b64267a13c86f.

This must be backported to all stable branches.

Fixes issue #2459.
doc/configuration.txt