Commit 6f28612
committed
BUG/MEDIUM: haproxy: stop overriding HAProxy default SSL bind options and ciphers
Do not set global SslOptions.DefaultBindOptions and DefaultBindCiphers
anymore, letting HAProxy use its own built-in defaults instead.
Enforcing a fixed cipher list and bind options was wrong: the default
and permitted ciphers differ between the HAProxy flavors we ship
(OpenSSL, AWS-LC and AWS-LC-FIPS). In particular the previously enforced
list is incompatible with HAProxy running in FIPS mode, so overriding it
would break the FIPS image derivative. Each HAProxy build already
provides a sane default for its own SSL backend, which we should
respect.1 parent b1ba3bd commit 6f28612
1 file changed
Lines changed: 4 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
45 | 38 | | |
46 | 39 | | |
47 | 40 | | |
| |||
0 commit comments