Skip to content

Instantly share code, notes, and snippets.

@userid
Created April 4, 2017 16:20
Show Gist options
  • Select an option

  • Save userid/4823675cd9310e8ffe487c500657bfcd to your computer and use it in GitHub Desktop.

Select an option

Save userid/4823675cd9310e8ffe487c500657bfcd to your computer and use it in GitHub Desktop.
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers EECDH+CHACHA20:EECDH+CHACHA20-draft:EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+3DES:RSA+3DES:!MD5;
ssl_prefer_server_ciphers on;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment