Changes between Version 1 and Version 2 of Ticket #2627


Ignore:
Timestamp:
04/05/24 20:56:20 (6 weeks ago)
Author:
HQuest@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2627 – Description

    v1 v2  
    22While a client is connected via IPv6, nginx will not offer "OCSP stapling" and will change the cipher suites order defined in the configuration.
    33Behavior first noted on nginx/1.25.3 and present on nginx/1.25.4.
     4
     5Cipher configuration:
     6ssl_ciphers ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA2
     756:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES128-GCM-SHA256;