Changes between Version 1 and Version 2 of Ticket #1654, comment 8
- Timestamp:
- 12/16/18 20:35:04 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1654, comment 8
v1 v2 1 1 I think the solution suggested by @mdounin above is strange. 2 I have nginx-1.15.7 installed from the nginx.org repository for Debian stretch. Also I have OpenSSL 1.1.1, built with support TLS 1.3.2 I have nginx-1.15.7 installed from the nginx.org repository for Debian stretch. Also I have OpenSSL 1.1.1, built with TLS 1.3 support. 3 3 nginx -V: 4 4 {{{ … … 8 8 TLS SNI support enabled 9 9 }}} 10 ButTLS 1.3 is not available even if I add '''TLSv1.3''' to '''ssl_protocols'''.10 '''The problem:''' TLS 1.3 is not available even if I add '''TLSv1.3''' to '''ssl_protocols'''. 11 11 When I rollback from 1.15.7 to 1.15.5 (the last version before this solution was included to nginx), TLS 1.3 makes available again. 12 12