Parameters to debug SSLPeerUnverifiedExceptions downloading with CA CSM.
search cancel

Parameters to debug SSLPeerUnverifiedExceptions downloading with CA CSM.

book

Article ID: 15764

calendar_today

Updated On:

Products

Mainframe Software Manager (Chorus Software Manager)

Issue/Introduction



Are there any parameters that can be used to debug SSLPeerUnverifiedExceptions downloading with CA CSM?

Environment

Release: MSMNGR00200-5.1-Chorus Software Manager
Component:

Resolution

To help debugging this you could code these lines in your SAMPLIB(MSMLIB) 

IJO="$IJO -Djavax.net.debug=ssl,handshake" 

IJO="$IJO -Djavax.net.debug=ssl" 

IJO="$IJO -Djavax.net.debug=all" 

 

They could be inserted after 

IJO="-Xms128m -Xmx9900m -Xss768m" 

 

MSMTC should be recycled. 

The resulting trace will show unsupported cipher suites and missing certificates.