Merge pull request #8755 from Security-Onion-Solutions/2.4/tls

Change ssl_ecdh_curve
This commit is contained in:
Josh Brower
2022-09-16 13:28:35 -04:00
committed by GitHub

View File

@@ -55,6 +55,7 @@ http {
ssl_session_cache shared:SSL:1m; ssl_session_cache shared:SSL:1m;
ssl_session_timeout 10m; ssl_session_timeout 10m;
ssl_ciphers HIGH:!aNULL:!MD5; ssl_ciphers HIGH:!aNULL:!MD5;
ssl_ecdh_curve secp521r1:secp384r1;
ssl_prefer_server_ciphers on; ssl_prefer_server_ciphers on;
ssl_protocols TLSv1.2; ssl_protocols TLSv1.2;
} }