I upgraded our haproxy server from freebsd 11.3 to 12.0 . From that moment our client receives an ssl handshake failure while trying to connect to our application-server through the haproxy. SSL offloading happens on haproxy.
Cause: all the ciphers at client side are not enabled at our server after the upgrade.
Where do you define/enable the ciphers you want to use ? Can the cipher suite change after an upgrade ? Can I enable the old or additional ciphers and how can I do this ?
Extra info: haproxy was upgraded from 1.7 to 2.0 during the upgrade, but the config-file never changed.
Thanks, in advance.
Cause: all the ciphers at client side are not enabled at our server after the upgrade.
Where do you define/enable the ciphers you want to use ? Can the cipher suite change after an upgrade ? Can I enable the old or additional ciphers and how can I do this ?
Extra info: haproxy was upgraded from 1.7 to 2.0 during the upgrade, but the config-file never changed.
Thanks, in advance.