Skip to content
Snippets Groups Projects
Commit 27012aae authored by Ed Knutson's avatar Ed Knutson
Browse files

change suggested cipher for nginx

parent 4e41cd9a
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ server {
ssl_protocols TLSv1.2;
ssl_ciphers EECDH+AESGCM:EECDH+AES;
ssl_ecdh_curve secp384r1;
ssl_ecdh_curve prime256v1;
ssl_prefer_server_ciphers on;
ssl_session_cache shared:SSL:10m;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment