wordpress-nginx icon indicating copy to clipboard operation
wordpress-nginx copied to clipboard

✔️ Add Support for TLS 1.3

Open kolschsystems opened this issue 3 years ago • 0 comments

Transportation Layer Security (TLS) 1.3 protocol provides unparalleled privacy and performance compared to previous versions of TLS and non-secure HTTP.

I've added support for TLS 1.3:


📄 ssl.conf

ssl_protocols TLSv1.2 TLSv1.3;


🍻 Cheers!

kolschsystems avatar Aug 17 '21 05:08 kolschsystems