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 10. - In the agent configuration file... Describe the issue: In given example following values are incorrect: - <entry key="rhq.communications.connector.security.client-auth-mode" value="none" /> which should be: <entry key="rhq.communications.connector.security.client-auth-mode" value="need" /> - <entry key="rhq.agent.client.security.server-auth-mode-enabled" value="false" /> which should be: <entry key="rhq.agent.client.security.server-auth-mode-enabled" value="true" /> Additional information: