Wikis - Page

(CSA) Support Tip: How to enable IDM debug logging for SSL?

0 Likes

To investigate an SSL certificate issue, an IDM debug log is needed. To enable IDM debug logging,

  1. add “javax.net.debug" with value “ssl” in CSA\jboss-as\standalone\configuration\standalone.xml or \standalone-full-ha.xml in the <system-properties> section,

<system-properties>
        <property name="javax.net.debug" value="ssl"/>
</system-properties>.

  1. set root-logger level to INFO in the same xml file.

Labels:

Support Tips/Knowledge Docs
Comment List
Related
Recommended