nystudio107 / nginx-craft

An Nginx virtual host configuration for Craft CMS that implements a number of best-practices.
MIT License
310 stars 37 forks source link

TLSv1.3 #3

Closed 3noch closed 7 years ago

3noch commented 7 years ago

Have you tried allowing TLSv1.3 with your configuration?

khalwat commented 7 years ago

Do any stable browsers come with it enabled by default yet?

khalwat commented 7 years ago

https://forum.nginx.org/read.php?2,264595,264597#msg-264597

Support for SSL and TLS in nginx relies on OpenSSL, so TLS 1.3 
will be supported by nginx once added to OpenSSL.

https://github.com/openssl/openssl/issues/963