This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 96542f806f Update default in docs
96542f806f is described below
commit 96542f806f0284a1da645ad8939e95f072ea4c97
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Dec 12 11:22:47 2025 +0000
Update default in docs
---
webapps/docs/config/http.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index 69b8ff3ff3..627122a3cc 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -1256,8 +1256,8 @@
avoided by providing an explicit list of ciphers that are supported by
the
configured SSL implementation.</p>
<p>If not specified, a default (using the OpenSSL notation) of
- <code>HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!kRSA</code> will be
- used.</p>
+
<code>HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!kRSA:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256</code>
+ will be used.</p>
<p>Note that, by default, the order in which ciphers are defined is
treated as an order of preference. See <code>honorCipherOrder</code>.</p>
</attribute>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]