Created
January 24, 2015 09:19
-
-
Save danpalmer/5ea49ab65ff1994d257c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/nginx_ssl.conf b/nginx_ssl.conf | |
index 487cc14..7701f2e 100644 | |
--- a/nginx_ssl.conf | |
+++ b/nginx_ssl.conf | |
@@ -23,7 +23,7 @@ server { | |
- ssl_protocols SSLv2 TLSv1; | |
+ ssl_protocols TLSv1.1 TLSv1.2; | |
ssl_ciphers HIGH:!aNULL:!MD5; | |
ssl_prefer_server_ciphers on; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment