CLEANUP/MINOR: remove deprecated config options#12
CLEANUP/MINOR: remove deprecated config options#12pierrecdn wants to merge 1 commit intohaproxytech:devfrom
Conversation
| ServerSwitchingRule Server Switching Rule | ||
|
|
||
| HAProxy server switching rule configuration (corresponds to use-server directive) | ||
| Example: {"cond":"if","cond_test":"{ req_ssl_sni -i www.example.com }","target_server":"www"} |
There was a problem hiding this comment.
This file is actually generated from a client-native model and can not be changed here.
I can open a MR in client-native to change this.
We also need to add a CI check to check that this file is not updated manually.
There was a problem hiding this comment.
Ah, indeed.
So should I remove that one only and let you perform the merge for the rest (and then the bump of client-native)?
There was a problem hiding this comment.
Did this, also tried to match the check-commit.
|
@pierrecdn , There is also a CI complain on the commit message: 2026/02/10 16:19:05 aspell.go:189: commit message aspell: [req sslv tlsv] |
These options are either marked deprecated (req_ssl_sni, req_ssl_hello_type) in the config. or it is advised to do differently (no-sslv3, no-tlsv10) as of HAProxy 3.0+.
|
@pierrecdn , |
As of HAProxy 3.0+, these options are:
req_ssl_sni,req_ssl_hello_type) in the config.no-sslv3,no-tlsv10)