i tried to configure nginx 1.11.12 with TLS1.3 but every time i failed. Can you please explain me how to do that using nginx 1.11.12 and openssl 1.1.0e ?
Asked
Active
Viewed 2,097 times
1 Answers
3
You can't. OpenSSL 1.1.0 doesn't support TLS 1.3, this will be available in OpenSSL 1.1.1

Sven
- 98,649
- 14
- 180
- 226
-
-
2No. It will be the next release though. https://www.openssl.org/policies/roadmap.html and this will of course only happen after TLS 1.3 has been finalized - it is still a draft. – Sven Apr 02 '17 at 09:28