[enh] upgrade ciphers suit to more secure ones

This commit is contained in:
Laurent Peuch 2017-02-25 22:04:49 +01:00
parent e0ee4542df
commit 087cdb961c

View file

@ -26,7 +26,7 @@ server {
ssl_session_cache shared:SSL:50m;
ssl_prefer_server_ciphers on;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers ALL:!aNULL:!eNULL:!LOW:!EXP:!RC4:!3DES:+HIGH:+MEDIUM;
ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH';
add_header Strict-Transport-Security "max-age=31536000;";