Skip to content

Instantly share code, notes, and snippets.

@ahtik
Created March 4, 2015 15:20
Show Gist options
  • Save ahtik/4febc7eed403b9900b09 to your computer and use it in GitHub Desktop.
Save ahtik/4febc7eed403b9900b09 to your computer and use it in GitHub Desktop.
nginx ciphers for A+ at ssl labs
ssl_ciphers "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+aRSA+RC4 EECDH EDH+aRSA RC4 !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS !MEDIUM";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment