Skip to content

Instantly share code, notes, and snippets.

@amgorb
Created December 2, 2016 16:56
Show Gist options
  • Save amgorb/774aad7d5168e60ca0cdce7c6839ce01 to your computer and use it in GitHub Desktop.
Save amgorb/774aad7d5168e60ca0cdce7c6839ce01 to your computer and use it in GitHub Desktop.
haproxy SSL in big cluster
If you have many hosts glued together by SSL haproxy you may encounder high CPU usage - that is because defaul TLS cache is not enough
to hold all keys and they regenerate each connection.
Solution is to increase tune.ssl.cachesize parameter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment