You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2020/06/05 09:13:10 UTC

[tomcat] 02/02: No server certificate in 8.5

This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit b0a52eef7a9e46789a22d552342670a1b6d9453e
Author: remm <re...@apache.org>
AuthorDate: Fri Jun 5 11:12:47 2020 +0200

    No server certificate in 8.5
---
 webapps/docs/rewrite.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/webapps/docs/rewrite.xml b/webapps/docs/rewrite.xml
index 7c0a7a3..40c0f99 100644
--- a/webapps/docs/rewrite.xml
+++ b/webapps/docs/rewrite.xml
@@ -250,9 +250,8 @@
         <code>SSL_SRP_USER</code>, <code>SSL_SRP_USERINFO</code>,
         <code>SSL_CLIENT_VERIFY</code>,
         <code>SSL_CLIENT_SAN_OTHER_msUPN_n</code>,
-        <code>SSL_CLIENT_CERT_RFC4523_CEA</code>,
-        <code>SSL_SERVER_SAN_OTHER_dnsSRV_n</code>.
-        When OpenSSL is used, the variables related to the server
+        <code>SSL_CLIENT_CERT_RFC4523_CEA</code>.
+        Also, the variables related to the server
         certificate, prefixed by <code>SSL_SERVER_</code> are not available.
         Example:
         <code>%{SSL:SSL_CIPHER_USEKEYSIZE}</code> may expand to


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org