modules/enterprise/server/appserver/src/main/scripts/rhq-container.build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 73c363dec71172402a901a56dce800093380327c Author: John Mazzitelli mazz@redhat.com Date: Thu Dec 20 14:48:27 2012 -0500
behavior of tomcat in AS7 appears different than before - change client-auth from want to false. "want" appears to still require certs coming from the agent and I don't know why (like I say, it didn't work like that in Tomcat inside AS 4)
diff --git a/modules/enterprise/server/appserver/src/main/scripts/rhq-container.build.xml b/modules/enterprise/server/appserver/src/main/scripts/rhq-container.build.xml index 4e27030..0be2e6f 100644 --- a/modules/enterprise/server/appserver/src/main/scripts/rhq-container.build.xml +++ b/modules/enterprise/server/appserver/src/main/scripts/rhq-container.build.xml @@ -489,7 +489,7 @@ rhq.communications.multicast-detector.port=16162 # for incoming messages from agents over sslservlet transport. # Relative filenames are relative to jboss.server.config.dir. # [you cannot use ${x} variables in these rhq.server.tomcat settings] -rhq.server.tomcat.security.client-auth-mode=want +rhq.server.tomcat.security.client-auth-mode=false rhq.server.tomcat.security.secure-socket-protocol=TLS rhq.server.tomcat.security.algorithm=SunX509 rhq.server.tomcat.security.keystore.alias=RHQ
rhq-commits@lists.fedorahosted.org