Bug 1370498 - Incorrect examples in Troubleshooting SSL Problems
Summary: Incorrect examples in Troubleshooting SSL Problems
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Operations Network
Classification: JBoss
Component: Documentation
Version: JON 3.3.6
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: GA
: ---
Assignee: Scott Mumford
QA Contact: Filip Brychta
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-08-26 13:30 UTC by Filip Brychta
Modified: 2016-09-05 04:15 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-05 04:15:53 UTC
Type: Bug


Attachments (Terms of Use)

Description Filip Brychta 2016-08-26 13:30:19 UTC
Document URL: 
https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Operations_Network/3.3/html/Admin_and_Config/ssl-troubleshooting.html

Section Number and Name: 
4.3.3. Example SSL Configuration

Describe the issue: 
Example 4.3. Encryption and Client Authentication: Server (sslservlet) and Agent (sslsocket)
Agent config is missing following:
<entry key="rhq.communications.connector.security.client-auth-mode"       value="need" />
<entry key="rhq.agent.client.security.server-auth-mode-enabled" value="true" />

Example 4.4. Encryption and Client Authentication: Server (sslsocket) and Agent (sslsocket)
Agent config is missing following:
<entry key="rhq.communications.connector.security.client-auth-mode"       value="need" />
<entry key="rhq.agent.client.security.server-auth-mode-enabled" value="true" />

Server config is incorrect:
instead of rhq.communications.connector.security.client-auth-mode=true should be rhq.communications.connector.security.client-auth-mode=need


Additional information: 
In addition there should be a note common for all examples showing Client Authentication that examples show just minimal configuration which is using default keystore and truststore. User will have to update keystore and trustore properties as well to use his own stores.


Note You need to log in before you can comment on or make changes to this bug.