Skip to content

Instantly share code, notes, and snippets.

@whitequark
Created May 11, 2015 09:40
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 whitequark/445bf1378a088266f446 to your computer and use it in GitHub Desktop.
Save whitequark/445bf1378a088266f446 to your computer and use it in GitHub Desktop.
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_prefer_server_ciphers on;
ssl_ciphers EECDH+ECDSA+AESGCM:EECDH+aRSA+AESGCM:EECDH+ECDSA+SHA256:EECDH+aRSA+RC4:EDH+aRSA:EECDH:RC4:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!SRP:!DSS:!SSLv3;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment