Skip to content

Instantly share code, notes, and snippets.

@IcaroBichir
Created April 14, 2016 19:36
Show Gist options
  • Save IcaroBichir/dcc0032c401ac1159710351c7ed7b38e to your computer and use it in GitHub Desktop.
Save IcaroBichir/dcc0032c401ac1159710351c7ed7b38e to your computer and use it in GitHub Desktop.
SSL and TLS configurations for nginx
##
# SSL and TLS CONFIGURATION
##
ssl_protocols TLSv1.1 TLSv1.2;
ssl_ciphers "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES128-SHA:AES128-SHA256:AES256-SHA:AES256-SHA256:AES256-GCM-SHA384:DES-CBC3-SHA:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!MD5:!PSK:!RC4";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment