A recent Apache Tomcat update (9.0.115+, 10.1.52+, 11.0.18+) splits TLS cipher configuration into two attributes: `ciphers` for TLSv1.2 and below, and a new `cipherSuites` for TLSv1.3. Spring Boot applications that configure TLSv1.3 ciphers via `server.ssl.ciphers` or SSL Bundle `options.ciphers` will have those settings
Sort: