Enabling verbose SSL logging in a runtime
To enable debugging for troubleshooting issues with secure contexts, set the Enable SSL Debug Logging property on the Properties panel.
Before you begin
You must have the Runtime Management privilege to perform this task. If you have the Runtime Management Read Access privilege, you cannot perform the task.
About this task
The effect of setting this runtime property is equivalent to the effect of setting the property javax.net.debug=all in <atom_installation_directory>/bin/atom.vmoptions.
Enable this debug option only if you are working with Support and they recommend it for troubleshooting tricky SSL problems such as SSL handshakes, SSL/TLS packet transmissions, etc. Disable verbose SSL logging immediately after completing troubleshooting. Leaving verbose SSL logging on during general operations can adversely affect the runtime's performance.
Procedure
-
Go to Manage > Runtime Management.
-
Select the runtime from the list.
-
In Settings & Configuration, click Properties.
The Runtime Properties panel opens.
-
Click the Advanced tab.
-
Select the Enable SSL Debug Logging property (
com.boomi.container.debug.ssl), clickAdd a Property, and select its Property Value check box.
-
Click Save.
Because changes to this property do not take effect until the runtime is restarted, you are prompted to restart. You have the option to restart now or restart later.
Next steps
Refer to this Oracle article for more information about debugging SSL/TLS connections.