Changes between Initial Version and Version 1 of Ticket #2137
- Timestamp:
- 02/09/21 09:26:15 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2137 – Description
initial v1 1 1 I am completely confuse about TLS 1.3. I have a server running on Debian 9 (stretch) with Nginx-full (nginx/1.14.1) package. This package comes from Debian repo. With this package TLS1.3 is woking good and have no any known issues. 2 2 3 I setup separated server with Debian 9 (stretch) and install Nginx (nginx/1.18.0) directly from your repo and after the installation TLS 1.3 is not working anymore. When I install the old version Nginx-full (nginx/1.14.1) then TLS1.3 is working as expected.3 I setup separated server with Debian 9 (stretch) and install Nginx (nginx/1.18.0) directly from your repo and after the installation TLS 1.3 is not working anymore. No errors by starting and running Nginx with TLS1.3 enabled in ssl_procotols, but the browser doesn't start an TLS1.3 connection. When I install the old version Nginx-full (nginx/1.14.1) then TLS1.3 is working as expected. 4 4 5 5 On both server is installed a newer version of openSSL, courtesy of deb.sury.org