Skip to content

Commit

Permalink
nginx enable tls 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs committed Jun 17, 2019
1 parent 1f8eb60 commit dd3942e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/config_files/etc/nginx/scibot.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ server {
# from https://cipherli.st/
# and https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html

ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
ssl_prefer_server_ciphers on;
ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH";
ssl_ecdh_curve secp384r1;
Expand Down

0 comments on commit dd3942e

Please sign in to comment.