Description: How can one enable SSL debug logging for an application at both Designtime and Runtime?
Issue/Introduction
How to enable SSL debug logging.
Resolution
To enable SSL debug logging at Designtime, you will need to edit the Debug/Run Configurations -> select the "Arguments" tab -> append -Djavax.net.debug=ssl to the end of the VM arguments. Next, apply the changes and proceed to Run or Debug the application. To enable SSL debug Logging at Runtime, you will need to add java.property.javax.net.debug=ssl to the AppNode's config.ini .