Skip to content
Snippets Groups Projects
Commit a107de07 authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Merge pull request #922 from Angristan/patch-5

ECDH only
parents 792389da 5dbcd921
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,8 @@ server { ...@@ -23,7 +23,8 @@ server {
server_name example.com; server_name example.com;
ssl_protocols TLSv1.2; ssl_protocols TLSv1.2;
ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH'; ssl_ciphers EECDH+AESGCM:EECDH+AES;
ssl_ecdh_curve secp384r1;
ssl_prefer_server_ciphers on; ssl_prefer_server_ciphers on;
ssl_session_cache shared:SSL:10m; 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