Created
June 3, 2016 04:44
-
-
Save stevenschobert/865cc8ee72c3e1bbb84195e07cb800e1 to your computer and use it in GitHub Desktop.
Fix disabled TSL1.0 support in running HAProxy container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cp /etc/haproxy/haproxy.cfg /etc/haproxy/haproxy.cfg.bkup | |
cat /etc/haproxy/haproxy.cfg | sed 's/ssl-default-bind-options no-sslv3 no-tlsv10/ssl-default-bind-options no-sslv3/' > /etc/haproxy/haproxy.cfg | |
/etc/init.d/haproxy restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment