commit | 50df1cb1e51bee0428db236deead46bd3ca98d7a | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Tue Jun 02 10:52:24 2020 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Jun 02 11:13:12 2020 +0200 |
tree | c6f7f64accee12d4a22b223faf6a1461136125b5 | |
parent | 975564784fee089d6d03d8e85e93f2bff5d7253b [diff] |
MINOR: ssl: set ssl-min-ver in ambiguous configurations Using ssl-max-ver without ssl-min-ver is ambiguous. When the ssl-min-ver is not configured, and ssl-max-ver is set to a value lower than the default ssl-min-ver (which is TLSv1.2 currently), set the ssl-min-ver to the value of ssl-max-ver, and emit a warning.