[packages/nginx/NGINX-1.6] example on how to disable old ssl proto and leave tls only

jajcus jajcus at pld-linux.org
Fri Dec 12 15:12:21 CET 2014


commit 03d84c8dbc424651b6a2b2115104c47b0c11fe79
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Oct 20 14:29:35 2014 +0200

    example on how to disable old ssl proto and leave tls only
    
    (cherry picked from commit 4e35999b514f5baf21dd9af119f7cd727fd18f05)

 nginx-standard.conf | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/nginx-standard.conf b/nginx-standard.conf
index 104300c..867cd9b 100644
--- a/nginx-standard.conf
+++ b/nginx-standard.conf
@@ -35,6 +35,7 @@ http {
 		listen		80;
 
 		# listen 443 ssl;
+		# ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
 		# ssl_certificate /etc/nginx/server.crt;
 		# ssl_certificate_key /etc/nginx/server.key;
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nginx.git/commitdiff/2b495282138d4a0bc424582987e51c9709ff6768



More information about the pld-cvs-commit mailing list