Add Support for TLSv1.3 to ssl.conf

This commit is contained in:
Kolsch Systems 2021-08-16 22:19:20 -07:00 committed by GitHub
parent 587de90c9c
commit 671fd01503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
# and recommend further improvements.
# Don't use outdated SSLv3 protocol. Protects against BEAST and POODLE attacks.
ssl_protocols TLSv1.2;
ssl_protocols TLSv1.2 TLSv1.3;
# Use secure ciphers
ssl_ciphers EECDH+CHACHA20:EECDH+AES;