Page created: 15 Jul 2022 | Page updated: 20 Jan 2023 | 1 min read9.2 Product PingDirectory Enable TLS debugging and restart the server to save your changes. Enable TLS debugging in the server to troubleshoot SSL communication issues: $ dsconfig create-debug-target \ --publisher-name "File-Based Debug Logger" \ --target-name com.unboundid.directory.server.extensions.TLSConnectionSecurityProvider \ --set debug-level:verbose \ --set include-throwable-cause:true $ dsconfig set-log-publisher-prop \ --publisher-name "File-Based Debug Logger" \ --set enabled:true \ --set default-debug-level:disabled Make the option take effect on a scheduled server restart. In the java.properties file, add -Djavax.net.debug=ssl to the start-ds line. To make the option take effect on a scheduled server restart, run bin/dsjavaproperties.
Enable TLS debugging in the server to troubleshoot SSL communication issues: $ dsconfig create-debug-target \ --publisher-name "File-Based Debug Logger" \ --target-name com.unboundid.directory.server.extensions.TLSConnectionSecurityProvider \ --set debug-level:verbose \ --set include-throwable-cause:true $ dsconfig set-log-publisher-prop \ --publisher-name "File-Based Debug Logger" \ --set enabled:true \ --set default-debug-level:disabled Make the option take effect on a scheduled server restart. In the java.properties file, add -Djavax.net.debug=ssl to the start-ds line. To make the option take effect on a scheduled server restart, run bin/dsjavaproperties.