Hide Forgot
Document URL: https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Operations_Network/3.3/html/Admin_and_Config/JBoss_ON_and_SSL-Authentication.html Section Number and Name: Step 8. - Enable client authentication Describe the issue: It's not clear that it's describing configuration for sslsocket Suggestions for improvement: Original text: rhq.communications.connector.security.client-auth-mode parameter to need and the rhq.server.client.security.server-auth-mode-enabled parameter to true. Set the information about the keystore and truststore files. All of the configuration for incoming messages (agent-to-server communications) is set in rhq.communications.connector.security.* parameters. The configuration for outgoing messages is set in rhq.server.client.security.* parameters. Improvement: rhq.communications.connector.security.client-auth-mode parameter to need and the rhq.server.client.security.server-auth-mode-enabled parameter to true when using sslsocket. When using sslservlet set rhq.server.tomcat.security.client-auth-mode parameter to true and the rhq.server.client.security.server-auth-mode-enabled parameter to true. Set the information about the keystore and truststore files. All of the configuration for incoming messages (agent-to-server communications when using sslsocket) is set in rhq.communications.connector.security.* parameters. The configuration for outgoing messages is set in rhq.server.client.security.* parameters. Additional information: