Skip to content

Instantly share code, notes, and snippets.

@stevenschobert
Created June 3, 2016 04:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenschobert/865cc8ee72c3e1bbb84195e07cb800e1 to your computer and use it in GitHub Desktop.
Save stevenschobert/865cc8ee72c3e1bbb84195e07cb800e1 to your computer and use it in GitHub Desktop.
Fix disabled TSL1.0 support in running HAProxy container
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