[packages/nginx] - perfect forward secrecy

arekm arekm at pld-linux.org
Mon Oct 20 17:16:38 CEST 2014


commit 3d3034b57123593ead2d0afd5f8f7ea3e3cd3250
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Oct 20 17:16:36 2014 +0200

    - perfect forward secrecy

 nginx-standard.conf | 8 ++++++++
 1 file changed, 8 insertions(+)
---
diff --git a/nginx-standard.conf b/nginx-standard.conf
index 867cd9b..65ea70c 100644
--- a/nginx-standard.conf
+++ b/nginx-standard.conf
@@ -35,7 +35,15 @@ http {
 		listen		80;
 
 		# listen 443 ssl;
+
+		# Leave only secure protocols (so disable unsecure SSLv2/SSLv3)
 		# ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
+
+		# https://wiki.mozilla.org/Security/Server_Side_TLS
+		# perfect forward secrecy
+		ssl_prefer_server_ciphers on;
+		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 +RC4 RC4";
+
 		# 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/3d3034b57123593ead2d0afd5f8f7ea3e3cd3250



More information about the pld-cvs-commit mailing list