[java-idp-tomcat-base] 02/02: Backchannel SOAP endpoint is disabled by default
Tom Zeller
tzeller at dragonacea.biz
Tue Aug 22 18:51:50 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 10.1
in repository java-idp-tomcat-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=f9018b2dbfb8fe9817f6f07c2c61e457c2330b5c
commit f9018b2dbfb8fe9817f6f07c2c61e457c2330b5c
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Aug 22 13:51:33 2023 -0500
Backchannel SOAP endpoint is disabled by default
---
tomcat-base/conf/catalina.properties | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tomcat-base/conf/catalina.properties b/tomcat-base/conf/catalina.properties
index 903b062..0c253cf 100644
--- a/tomcat-base/conf/catalina.properties
+++ b/tomcat-base/conf/catalina.properties
@@ -30,10 +30,10 @@ tomcat.https.certificateKeystoreFile=credentials/idp-userfacing.p12
tomcat.https.certificateKeystorePassword=changeit
# The SOAP endpoint connector
-tomcat.backchannel.port=8443
-tomcat.backchannel.keystoreFile=credentials/idp-backchannel.p12
-tomcat.backchannel.keystorePass=changeit
-tomcat.backchannel.keystoreType=PKCS12
+# tomcat.backchannel.port=8443
+# tomcat.backchannel.keystoreFile=credentials/idp-backchannel.p12
+# tomcat.backchannel.keystorePass=changeit
+# tomcat.backchannel.keystoreType=PKCS12
# Shutdown port and password
tomcat.shutdown.port=8005
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list