boring-nginx: enable TLS 1.3 again

This commit is contained in:
Wonderfall
2017-08-08 17:59:53 +02:00
parent 22279350f7
commit b501f05976
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ssl_protocols TLSv1.2;
ssl_protocols TLSv1.3 TLSv1.2;
ssl_ecdh_curve X25519:P-521:P-384;
ssl_ciphers [EECDH+CHACHA20|EECDH+AESGCM];
ssl_prefer_server_ciphers on;