Changes between Version 1 and Version 2 of Ticket #1654, comment 8


Ignore:
Timestamp:
12/16/18 20:35:04 (5 years ago)
Author:
yura3d@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1654, comment 8

    v1 v2  
    11I 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.
     2I 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.
    33nginx -V:
    44{{{
     
    88TLS SNI support enabled
    99}}}
    10 But TLS 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'''.
    1111When 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.
    1212