mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[Fix] ECDH curve not compatible
This commit is contained in:
parent
d497fd216a
commit
57155c94d8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ server {
|
|||
ssl_session_timeout 5m;
|
||||
ssl_session_cache shared:SSL:50m;
|
||||
# As suggested by Mozilla : https://wiki.mozilla.org/Security/Server_Side_TLS and https://en.wikipedia.org/wiki/Curve25519
|
||||
ssl_ecdh_curve X25519:secp521r1:secp384r1:prime256v1;
|
||||
ssl_ecdh_curve secp521r1:secp384r1:prime256v1;
|
||||
|
||||
ssl_prefer_server_ciphers on;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue