Add Support for TLSv1.3 to ssl.conf
This commit is contained in:
parent
587de90c9c
commit
671fd01503
@ -2,7 +2,7 @@
|
|||||||
# and recommend further improvements.
|
# and recommend further improvements.
|
||||||
|
|
||||||
# Don't use outdated SSLv3 protocol. Protects against BEAST and POODLE attacks.
|
# 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
|
# Use secure ciphers
|
||||||
ssl_ciphers EECDH+CHACHA20:EECDH+AES;
|
ssl_ciphers EECDH+CHACHA20:EECDH+AES;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user