From 90c8562ffae1260f900c3a88e22eca4477edc480 Mon Sep 17 00:00:00 2001 From: Jan Brasna <1784648+janbrasna@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:41:50 +0200 Subject: [PATCH 1/2] Update Tomcat v9.x version --- src/js/configs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/configs.js b/src/js/configs.js index 3f84b56..93fd940 100644 --- a/src/js/configs.js +++ b/src/js/configs.js @@ -185,9 +185,9 @@ module.exports = { tls13: '5.50', usesOpenssl: true, }, -tomcat: { + tomcat: { highlighter: 'xml', - latestVersion: '9.0.30', + latestVersion: '9.0.96', name: 'Tomcat', supportsHsts: true, supportsOcspStapling: false, From 9df3e19abe02f2a0a1b07f497ee9b95819af4de1 Mon Sep 17 00:00:00 2001 From: Jan Brasna <1784648+janbrasna@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:44:45 +0200 Subject: [PATCH 2/2] Explicitly set Tomcat tls13 suites when tls12 ciphers defined --- src/templates/partials/tomcat.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/partials/tomcat.hbs b/src/templates/partials/tomcat.hbs index 3073812..13a82bd 100644 --- a/src/templates/partials/tomcat.hbs +++ b/src/templates/partials/tomcat.hbs @@ -10,14 +10,14 @@ port="443" SSLEnabled="true"> - + {{#if (includes "TLSv1.3" output.protocols)}}{{/if}} + protocols="{{join output.protocols ","}}">