<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-2115 How to enable SSL debug logs</title><link>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-2115 How to enable SSL debug logs</title><link>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs</link><pubDate>Thu, 26 Jan 2023 15:37:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:362bc80d-a7ba-4f2e-a9b8-e25862825083</guid><dc:creator>Elly Meng</dc:creator><comments>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs#comments</comments><description>Current Revision posted to Appian Knowledge Base by Elly Meng on 1/26/2023 3:37:12 PM&lt;br /&gt;
&lt;div class="issue-data-block activity-comment twixi-block  expanded" id="comment-1307502"&gt;
&lt;div class="twixi-wrap verbose actionContainer"&gt;
&lt;div class="action-body flooded"&gt;
&lt;p&gt;&lt;strong&gt;DISCLAIMER: &lt;/strong&gt;Enabling this logging may reveal sensitive information in the log. This configuration should not be used in production systems.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This article provides instructions on how to enable SSL debug logging in the application server log in order to troubleshoot SSL handshake issues.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;&lt;span&gt;Tomcat&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Open the &lt;strong&gt;setenv.(sh|bat)&lt;/strong&gt; file located in&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/tomcat/apache-tomcat/bin&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Near the top of the file there is a list of export/set &lt;code&gt;CATALINA_OPTS&lt;/code&gt; statements&amp;nbsp;where each line starts&amp;nbsp;with the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Linux (.&lt;strong&gt;sh&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&lt;/code&gt;Windows (.&lt;strong&gt;bat&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;set CATALINA_OPTS=%CATALINA_OPTS%&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Add the following text on a new line at the bottom of the list:&lt;/p&gt;
&lt;p&gt;20.1 and earlier&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Linux (&lt;strong&gt;.sh&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Windows (&lt;strong&gt;.bat&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;20.2 and later&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Linux (&lt;strong&gt;.sh&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl:handshake&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Windows (&lt;strong&gt;.bat&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl:handshake&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Then save the file and restart the Tomcat process.&lt;/p&gt;
&lt;h3&gt;&lt;span style="font-size:inherit;"&gt;JBoss&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Add the following to the &lt;code&gt;CUSTOM_JAVA_OPTS&lt;/code&gt; variable in &lt;strong&gt;standalone.custom.(sh|bat)&amp;nbsp;&lt;/strong&gt;&lt;code&gt;&lt;span&gt;&amp;lt;JBOSS_HOME&amp;gt;/bin&lt;/span&gt;&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;-Djavax.net.debug=ssl:handshake&lt;/pre&gt;
&lt;p&gt;Then restart the JBoss process.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;October 2021&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, How To, debug, application server, integration, how-to, Certificate, SSL&lt;/div&gt;
</description></item><item><title>KB-2115 How to enable SSL debug logs</title><link>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs/revision/17</link><pubDate>Tue, 12 Oct 2021 21:13:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:362bc80d-a7ba-4f2e-a9b8-e25862825083</guid><dc:creator>Elly Meng</dc:creator><comments>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs#comments</comments><description>Revision 17 posted to Appian Knowledge Base by Elly Meng on 10/12/2021 9:13:29 PM&lt;br /&gt;
&lt;div class="issue-data-block activity-comment twixi-block  expanded" id="comment-1307502"&gt;
&lt;div class="twixi-wrap verbose actionContainer"&gt;
&lt;div class="action-body flooded"&gt;
&lt;p&gt;&lt;strong&gt;DISCLAIMER: &lt;/strong&gt;Enabling this logging may reveal sensitive information in the log. This configuration should not be used in production systems.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This article provides instructions on how to enable SSL debug logging in the application server log in order to troubleshoot certificate issues.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;&lt;span&gt;Tomcat&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Open the &lt;strong&gt;setenv.(sh|bat)&lt;/strong&gt; file located in&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/tomcat/apache-tomcat/bin&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Near the top of the file there is a list of export/set &lt;code&gt;CATALINA_OPTS&lt;/code&gt; statements&amp;nbsp;where each line starts&amp;nbsp;with the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Linux (.&lt;strong&gt;sh&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&lt;/code&gt;Windows (.&lt;strong&gt;bat&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;set CATALINA_OPTS=%CATALINA_OPTS%&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Add the following text on a new line at the bottom of the list:&lt;/p&gt;
&lt;p&gt;20.1 and earlier&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Linux (&lt;strong&gt;.sh&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Windows (&lt;strong&gt;.bat&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;20.2 and later&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Linux (&lt;strong&gt;.sh&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl:handshake&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Windows (&lt;strong&gt;.bat&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl:handshake&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Then save the file and restart the Tomcat process.&lt;/p&gt;
&lt;h3&gt;&lt;span style="font-size:inherit;"&gt;JBoss&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Add the following to the &lt;code&gt;CUSTOM_JAVA_OPTS&lt;/code&gt; variable in &lt;strong&gt;standalone.custom.(sh|bat)&amp;nbsp;&lt;/strong&gt;&lt;code&gt;&lt;span&gt;&amp;lt;JBOSS_HOME&amp;gt;/bin&lt;/span&gt;&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;-Djavax.net.debug=ssl:handshake&lt;/pre&gt;
&lt;p&gt;Then restart the JBoss process.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;October 2021&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, How To, debug, application server, integration, how-to, Certificate, SSL&lt;/div&gt;
</description></item><item><title>KB-2115 How to enable SSL debug logs</title><link>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs/revision/16</link><pubDate>Tue, 12 Oct 2021 21:12:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:362bc80d-a7ba-4f2e-a9b8-e25862825083</guid><dc:creator>Elly Meng</dc:creator><comments>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs#comments</comments><description>Revision 16 posted to Appian Knowledge Base by Elly Meng on 10/12/2021 9:12:47 PM&lt;br /&gt;
&lt;div class="issue-data-block activity-comment twixi-block  expanded" id="comment-1307502"&gt;
&lt;div class="twixi-wrap verbose actionContainer"&gt;
&lt;div class="action-body flooded"&gt;
&lt;p&gt;&lt;strong&gt;DISCLAIMER: &lt;/strong&gt;Enabling this logging may reveal sensitive information in the log. This configuration should not be used in production systems.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This article provides instructions on how to enable SSL debug logging in the application server log in order to troubleshoot certificate issues.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;&lt;span&gt;Tomcat&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Open the &lt;strong&gt;setenv.(sh|bat)&lt;/strong&gt; file located in&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/tomcat/apache-tomcat/bin&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Near the top of the file there is a list of export/set &lt;code&gt;CATALINA_OPTS&lt;/code&gt; statements&amp;nbsp;where each line starts&amp;nbsp;with the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Linux (.&lt;strong&gt;sh&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&lt;/code&gt;Windows (.&lt;strong&gt;bat&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;set CATALINA_OPTS=%CATALINA_OPTS%&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Add the following text on a new line at the bottom of the list.&lt;/p&gt;
&lt;p&gt;20.1 and earlier:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Linux (&lt;strong&gt;.sh&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Windows (&lt;strong&gt;.bat&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;20.2 and later:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Linux (&lt;strong&gt;.sh&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl:handshake&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Windows (&lt;strong&gt;.bat&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl:handshake&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Then save the file and restart the Tomcat process.&lt;/p&gt;
&lt;h3&gt;&lt;span style="font-size:inherit;"&gt;JBoss&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Add the following to the &lt;code&gt;CUSTOM_JAVA_OPTS&lt;/code&gt; variable in &lt;strong&gt;standalone.custom.(sh|bat)&amp;nbsp;&lt;/strong&gt;&lt;code&gt;&lt;span&gt;&amp;lt;JBOSS_HOME&amp;gt;/bin&lt;/span&gt;&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;-Djavax.net.debug=ssl:handshake&lt;/pre&gt;
&lt;p&gt;Then restart the JBoss process.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;October 2021&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, How To, debug, application server, integration, how-to, Certificate, SSL&lt;/div&gt;
</description></item><item><title>KB-2115 How to enable SSL debug logs</title><link>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs/revision/15</link><pubDate>Tue, 12 Oct 2021 21:09:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:362bc80d-a7ba-4f2e-a9b8-e25862825083</guid><dc:creator>Elly Meng</dc:creator><comments>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs#comments</comments><description>Revision 15 posted to Appian Knowledge Base by Elly Meng on 10/12/2021 9:09:18 PM&lt;br /&gt;
&lt;div class="issue-data-block activity-comment twixi-block  expanded" id="comment-1307502"&gt;
&lt;div class="twixi-wrap verbose actionContainer"&gt;
&lt;div class="action-body flooded"&gt;
&lt;p&gt;&lt;strong&gt;DISCLAIMER: &lt;/strong&gt;Enabling this logging may reveal sensitive information in the log. This configuration should not be used in production systems.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This article provides instructions on how to enable SSL debug logging in the application server log in order to troubleshoot certificate issues.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;&lt;span&gt;Tomcat&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Open the &lt;strong&gt;setenv.(sh|bat)&lt;/strong&gt; file located in&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/tomcat/apache-tomcat/bin&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Near the top of the file there is a list of export/set &lt;code&gt;CATALINA_OPTS&lt;/code&gt; statements that have each line starting with the following text:&lt;/p&gt;
&lt;p&gt;Linux (.&lt;strong&gt;sh&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Windows (.&lt;strong&gt;bat&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;set CATALINA_OPTS=%CATALINA_OPTS%&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Add the following text on a new line at the bottom of the list. For 20.1 and earlier:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Linux (&lt;strong&gt;.sh&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Windows (&lt;strong&gt;.bat&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;20.2 and later:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Linux (&lt;strong&gt;.sh&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl:handshake&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Windows (&lt;strong&gt;.bat&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl:handshake&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Then save the file and restart the Tomcat process.&lt;/p&gt;
&lt;h3&gt;&lt;span style="font-size:inherit;"&gt;JBoss&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Add the following to the &lt;code&gt;CUSTOM_JAVA_OPTS&lt;/code&gt; variable in &lt;strong&gt;standalone.custom.(sh|bat)&amp;nbsp;&lt;/strong&gt;&lt;code&gt;&lt;span&gt;&amp;lt;JBOSS_HOME&amp;gt;/bin&lt;/span&gt;&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;-Djavax.net.debug=ssl:handshake&lt;/pre&gt;
&lt;p&gt;Then restart the JBoss process.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;October 2021&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, How To, debug, application server, integration, how-to, Certificate, SSL&lt;/div&gt;
</description></item><item><title>KB-2115 How to enable SSL debug logs</title><link>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs/revision/14</link><pubDate>Thu, 14 May 2020 01:50:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:362bc80d-a7ba-4f2e-a9b8-e25862825083</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs#comments</comments><description>Revision 14 posted to Appian Knowledge Base by Parmida Borhani on 5/14/2020 1:50:16 AM&lt;br /&gt;
&lt;div class="issue-data-block activity-comment twixi-block  expanded" id="comment-1307502"&gt;
&lt;div class="twixi-wrap verbose actionContainer"&gt;
&lt;div class="action-body flooded"&gt;
&lt;p&gt;&lt;strong&gt;DISCLAIMER: &lt;/strong&gt;Enabling this logging may reveal sensitive information in the log. This configuration should not be used in production systems.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This article provides instructions on how to enable SSL debug logging in the application server log in order to troubleshoot certificate issues.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;&lt;span&gt;Tomcat&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Open the &lt;strong&gt;setenv.(sh|bat)&lt;/strong&gt; file located in&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/tomcat/apache-tomcat/bin&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Near the top of the file there is a list of export/set &lt;code&gt;CATALINA_OPTS&lt;/code&gt; statements that have each line starting with the following text:&lt;/p&gt;
&lt;p&gt;Linux (.&lt;strong&gt;sh&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Windows (.&lt;strong&gt;bat&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;set CATALINA_OPTS=%CATALINA_OPTS%&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Add the following text on a new line at the bottom of the list:&lt;/p&gt;
&lt;p&gt;Linux (&lt;strong&gt;.sh&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Windows (&lt;strong&gt;.bat&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Then save the file and restart the Tomcat process.&lt;/p&gt;
&lt;h3&gt;&lt;span style="font-size:inherit;"&gt;JBoss&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Add the following to the &lt;code&gt;CUSTOM_JAVA_OPTS&lt;/code&gt; variable in &lt;strong&gt;standalone.custom.(sh|bat)&amp;nbsp;&lt;/strong&gt;&lt;code&gt;&lt;span&gt;&amp;lt;JBOSS_HOME&amp;gt;/bin&lt;/span&gt;&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;-Djavax.net.debug=ssl:handshake&lt;/pre&gt;
&lt;p&gt;Then restart the JBoss process.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;May 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, How To, debug, application server, integration, how-to, Certificate, SSL&lt;/div&gt;
</description></item><item><title>KB-2115 How to enable SSL debug logs</title><link>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs/revision/13</link><pubDate>Thu, 14 May 2020 01:49:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:362bc80d-a7ba-4f2e-a9b8-e25862825083</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs#comments</comments><description>Revision 13 posted to Appian Knowledge Base by Parmida Borhani on 5/14/2020 1:49:04 AM&lt;br /&gt;
&lt;div class="issue-data-block activity-comment twixi-block  expanded" id="comment-1307502"&gt;
&lt;div class="twixi-wrap verbose actionContainer"&gt;
&lt;div class="action-body flooded"&gt;
&lt;p&gt;&lt;strong&gt;DISCLAIMER: &lt;/strong&gt;Enabling this logging may reveal sensitive information in the log. This configuration should not be used in production systems.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This article provides instructions on how to enable SSL debug logging in the application server log in order to troubleshoot certificate issues.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;&lt;span&gt;Tomcat&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Open the &lt;strong&gt;setenv.(sh|bat)&lt;/strong&gt; file located in&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/tomcat/apache-tomcat/bin&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Near the top of the file there is a list of export/set &lt;code&gt;CATALINA_OPTS&lt;/code&gt; statements that have each line starting with the following text:&lt;/p&gt;
&lt;p&gt;Linux (.&lt;strong&gt;sh&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Windows (.&lt;strong&gt;bat&lt;/strong&gt;):&amp;nbsp;&lt;code&gt;set CATALINA_OPTS=%CATALINA_OPTS%&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Add the following text on a new line at the bottom of the list:&lt;/p&gt;
&lt;p&gt;Linux (&lt;strong&gt;.sh&lt;/strong&gt;):&amp;nbsp;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl&amp;quot;&lt;/p&gt;
&lt;p&gt;Windows (&lt;strong&gt;.bat&lt;/strong&gt;):&amp;nbsp;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl&lt;/p&gt;
&lt;p&gt;Then save the file and restart the Tomcat process.&lt;/p&gt;
&lt;h3&gt;&lt;span style="font-size:inherit;"&gt;JBoss&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Add the following to the &lt;code&gt;CUSTOM_JAVA_OPTS&lt;/code&gt; variable in &lt;strong&gt;standalone.custom.(sh|bat)&amp;nbsp;&lt;/strong&gt;&lt;code&gt;&lt;span&gt;&amp;lt;JBOSS_HOME&amp;gt;/bin&lt;/span&gt;&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;-Djavax.net.debug=ssl:handshake&lt;/pre&gt;
&lt;p&gt;Then restart the JBoss process.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;May 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, How To, debug, application server, integration, Certificate, SSL&lt;/div&gt;
</description></item><item><title>KB-2115 How to enable SSL debug logs</title><link>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs/revision/12</link><pubDate>Wed, 13 May 2020 21:32:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:362bc80d-a7ba-4f2e-a9b8-e25862825083</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs#comments</comments><description>Revision 12 posted to Appian Knowledge Base by Rebecca Jonas on 5/13/2020 9:32:54 PM&lt;br /&gt;
&lt;div class="issue-data-block activity-comment twixi-block  expanded" id="comment-1307502"&gt;
&lt;div class="twixi-wrap verbose actionContainer"&gt;
&lt;div class="action-body flooded"&gt;
&lt;p&gt;&lt;strong&gt;DISCLAIMER: &lt;/strong&gt;Enabling this logging may reveal sensitive information in the log. This configuration should not be used in production systems.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This article provides instructions on how to enable SSL debug logging in the application server log in order to troubleshoot certificate issues.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;&lt;span&gt;Tomcat&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Open the &lt;strong&gt;setenv.(sh|bat)&lt;/strong&gt; file located in&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/tomcat/apache-tomcat/bin&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Near the top of the file there is a list of export/set &lt;code&gt;CATALINA_OPTS&lt;/code&gt; statements that have each line starting with the following text:&lt;/p&gt;
&lt;p&gt;Linux (.&lt;strong&gt;sh&lt;/strong&gt;):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Windows (.&lt;strong&gt;bat&lt;/strong&gt;):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;set CATALINA_OPTS=%CATALINA_OPTS%&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Add the following text on a new line at the bottom of the list:&lt;/p&gt;
&lt;p&gt;Linux (&lt;strong&gt;.sh&lt;/strong&gt;):&lt;/p&gt;
&lt;pre&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl&amp;quot;&lt;/pre&gt;
&lt;p&gt;Windows (&lt;strong&gt;.bat&lt;/strong&gt;):&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl&lt;/pre&gt;
&lt;p&gt;Then save the file and restart the Tomcat process.&lt;/p&gt;
&lt;h3&gt;&lt;span style="font-size:inherit;"&gt;JBoss&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Add the following to the &lt;code&gt;CUSTOM_JAVA_OPTS&lt;/code&gt; variable in &lt;strong&gt;standalone.custom.(sh|bat)&amp;nbsp;&lt;/strong&gt;&lt;code&gt;&lt;span&gt;&amp;lt;JBOSS_HOME&amp;gt;/bin&lt;/span&gt;&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;-Djavax.net.debug=ssl:handshake&lt;/pre&gt;
&lt;p&gt;Then restart the JBoss process.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;May 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, How To, debug, application server, integration, Certificate, SSL&lt;/div&gt;
</description></item><item><title>KB-2115 How to enable SSL debug logs</title><link>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs/revision/11</link><pubDate>Wed, 13 May 2020 21:30:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:362bc80d-a7ba-4f2e-a9b8-e25862825083</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Rebecca Jonas on 5/13/2020 9:30:48 PM&lt;br /&gt;
&lt;div class="issue-data-block activity-comment twixi-block  expanded" id="comment-1307502"&gt;
&lt;div class="twixi-wrap verbose actionContainer"&gt;
&lt;div class="action-body flooded"&gt;
&lt;p&gt;&lt;strong&gt;DISCLAIMER: &lt;/strong&gt;Enabling this logging may reveal sensitive information in the log. This configuration should not be used in production systems.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This article provides instructions on how to enable SSL debug logging in the application server log in order to troubleshoot certificate issues.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;&lt;span&gt;Tomcat&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Open the &lt;strong&gt;setenv.(sh|bat)&lt;/strong&gt; file located in&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/tomcat/apache-tomcat/bin&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Near the top of the file there is a list of export/set CATALINA_OPTS statements that have each line starting with the following text:&lt;/p&gt;
&lt;p&gt;Linux (.&lt;strong&gt;sh&lt;/strong&gt;):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Windows (.&lt;strong&gt;bat&lt;/strong&gt;):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;set CATALINA_OPTS=%CATALINA_OPTS%&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Add the following text on a new line at the bottom of the list:&lt;/p&gt;
&lt;p&gt;Linux (&lt;strong&gt;.sh&lt;/strong&gt;):&lt;/p&gt;
&lt;pre&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl&amp;quot;&lt;/pre&gt;
&lt;p&gt;Windows (&lt;strong&gt;.bat&lt;/strong&gt;):&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl&lt;/pre&gt;
&lt;p&gt;Then save the file and restart the Tomcat process.&lt;/p&gt;
&lt;h3&gt;&lt;span style="font-size:inherit;"&gt;JBoss&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Add the following to the &lt;code&gt;CUSTOM_JAVA_OPTS&lt;/code&gt; variable in &lt;strong&gt;standalone.custom.(sh|bat)&amp;nbsp;&lt;/strong&gt;&lt;code&gt;&lt;span&gt;&amp;lt;JBOSS_HOME&amp;gt;/bin&lt;/span&gt;&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;-Djavax.net.debug=ssl:handshake&lt;/pre&gt;
&lt;p&gt;Then restart the JBoss process.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;May 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, How To, debug, application server, integration, Certificate, SSL&lt;/div&gt;
</description></item><item><title>How to enable SSL debug logging</title><link>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs/revision/10</link><pubDate>Wed, 13 May 2020 08:31:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:362bc80d-a7ba-4f2e-a9b8-e25862825083</guid><dc:creator>Tom Ryan</dc:creator><comments>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Tom Ryan on 5/13/2020 8:31:28 AM&lt;br /&gt;
&lt;div class="issue-data-block activity-comment twixi-block  expanded" id="comment-1307502"&gt;
&lt;div class="twixi-wrap verbose actionContainer"&gt;
&lt;div class="action-body flooded"&gt;
&lt;p&gt;&lt;strong&gt;DISCLAIMER: &lt;/strong&gt;Enabling this logging may reveal sensitive information in the log. This configuration should not be used in production systems.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This article provides instructions on how to enable SSL debug logging in the application server log in order to troubleshoot certificate issues.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;&lt;span&gt;Tomcat&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Open the &lt;strong&gt;setenv.(sh|bat)&lt;/strong&gt; file located in&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/tomcat/apache-tomcat/bin&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Near the top of the file there is a list of export/set CATALINA_OPTS statements that have each line starting with the following text:&lt;/p&gt;
&lt;p&gt;Linux (.&lt;strong&gt;sh&lt;/strong&gt;):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Windows (.&lt;strong&gt;bat&lt;/strong&gt;):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;set CATALINA_OPTS=%CATALINA_OPTS%&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Add the following text on a new line at the bottom of the list:&lt;/p&gt;
&lt;p&gt;Linux (&lt;strong&gt;.sh&lt;/strong&gt;):&lt;/p&gt;
&lt;pre&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl&amp;quot;&lt;/pre&gt;
&lt;p&gt;Windows (&lt;strong&gt;.bat&lt;/strong&gt;):&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl&lt;/pre&gt;
&lt;p&gt;Then save the file and restart the Tomcat process.&lt;/p&gt;
&lt;h3&gt;&lt;span style="font-size:inherit;"&gt;JBoss&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Add the following to the &lt;code&gt;CUSTOM_JAVA_OPTS&lt;/code&gt; variable in &lt;strong&gt;standalone.custom.(sh|bat)&amp;nbsp;&lt;/strong&gt;&lt;code&gt;&lt;span&gt;&amp;lt;JBOSS_HOME&amp;gt;/bin&lt;/span&gt;&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;-Djavax.net.debug=ssl:handshake&lt;/pre&gt;
&lt;p&gt;Then restart the JBoss process.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, How To, debug, application server, integration, Certificate, SSL&lt;/div&gt;
</description></item><item><title>How to enable SSL debug logging</title><link>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs/revision/9</link><pubDate>Wed, 13 May 2020 08:30:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:362bc80d-a7ba-4f2e-a9b8-e25862825083</guid><dc:creator>Tom Ryan</dc:creator><comments>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Tom Ryan on 5/13/2020 8:30:31 AM&lt;br /&gt;
&lt;div class="issue-data-block activity-comment twixi-block  expanded" id="comment-1307502"&gt;
&lt;div class="twixi-wrap verbose actionContainer"&gt;
&lt;div class="action-body flooded"&gt;
&lt;p&gt;&lt;strong&gt;DISCLAIMER: &lt;/strong&gt;Enabling this logging may reveal sensitive information in the log. This configuration should not be used in production systems.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This article provides instructions on how to enable SSL debug logging in the application server log in order to troubleshoot certificate issues.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;&lt;span&gt;Tomcat&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Open the &lt;strong&gt;setenv.(sh|bat)&lt;/strong&gt; file located in&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/tomcat/apache-tomcat/bin&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Near the top of the file there is a list of export/set CATALINA_OPTS statements that have each line starting with the following text:&lt;/p&gt;
&lt;p&gt;Linux (.&lt;strong&gt;sh&lt;/strong&gt;):&lt;/p&gt;
&lt;p&gt;&lt;code&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Windows (.&lt;strong&gt;bat&lt;/strong&gt;):&lt;/p&gt;
&lt;p&gt;&lt;code&gt;set CATALINA_OPTS=%CATALINA_OPTS%&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Add the following text on a new line at the bottom of the list:&lt;/p&gt;
&lt;p&gt;Linux (&lt;strong&gt;.sh&lt;/strong&gt;):&lt;/p&gt;
&lt;pre&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl&amp;quot;&lt;/pre&gt;
&lt;p&gt;Windows (&lt;strong&gt;.bat&lt;/strong&gt;):&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl&lt;/pre&gt;
&lt;p&gt;Then save the file and restart the Tomcat process.&lt;/p&gt;
&lt;h3&gt;&lt;span style="font-size:inherit;"&gt;JBoss&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Add the following to the &lt;code&gt;CUSTOM_JAVA_OPTS&lt;/code&gt; variable in &lt;strong&gt;standalone.custom.(sh|bat)&amp;nbsp;&lt;/strong&gt;&lt;code&gt;&lt;span&gt;&amp;lt;JBOSS_HOME&amp;gt;/bin&lt;/span&gt;&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;-Djavax.net.debug=ssl:handshake&lt;/pre&gt;
&lt;p&gt;Then restart the JBoss process.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, How To, debug, application server, integration, Certificate, SSL&lt;/div&gt;
</description></item><item><title>How to enable SSL debug logging</title><link>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs/revision/8</link><pubDate>Wed, 13 May 2020 08:13:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:362bc80d-a7ba-4f2e-a9b8-e25862825083</guid><dc:creator>Sean Kim</dc:creator><comments>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Sean Kim on 5/13/2020 8:13:12 AM&lt;br /&gt;
&lt;div class="issue-data-block activity-comment twixi-block  expanded" id="comment-1307502"&gt;
&lt;div class="twixi-wrap verbose actionContainer"&gt;
&lt;div class="action-body flooded"&gt;
&lt;p&gt;&lt;strong&gt;DISCLAIMER: &lt;/strong&gt;Enabling this logging may reveal sensitive information in the log. This configuration should not be used in production systems.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This article provides instructions on how to enable SSL debug logging in the application server log in order to troubleshoot certificate issues.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;&lt;span&gt;Tomcat&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Open the &lt;strong&gt;setenv.(sh|bat)&lt;/strong&gt; file located in&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/tomcat/apache-tomcat/bin&lt;/code&gt;. Near the top of the file there is a list of export/set CATALINA_OPTS lines. Add the following line to the bottom of the list:&lt;/p&gt;
&lt;p&gt;Linux (&lt;strong&gt;.sh&lt;/strong&gt;):&lt;/p&gt;
&lt;pre&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl&amp;quot;&lt;/pre&gt;
&lt;p&gt;Windows (&lt;strong&gt;.bat&lt;/strong&gt;):&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl&lt;/pre&gt;
&lt;p&gt;Then restart the Tomcat process.&lt;/p&gt;
&lt;h3&gt;&lt;span style="font-size:inherit;"&gt;JBoss&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Add the following to the &lt;code&gt;CUSTOM_JAVA_OPTS&lt;/code&gt; variable in &lt;strong&gt;standalone.custom.(sh|bat)&amp;nbsp;&lt;/strong&gt;&lt;code&gt;&lt;span&gt;&amp;lt;JBOSS_HOME&amp;gt;/bin&lt;/span&gt;&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;-Djavax.net.debug=ssl:handshake&lt;/pre&gt;
&lt;p&gt;Then restart the JBoss process.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, How To, debug, application server, integration, Certificate, SSL&lt;/div&gt;
</description></item><item><title>How to enable SSL debug logging</title><link>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs/revision/7</link><pubDate>Wed, 13 May 2020 07:44:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:362bc80d-a7ba-4f2e-a9b8-e25862825083</guid><dc:creator>Tom Ryan</dc:creator><comments>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Tom Ryan on 5/13/2020 7:44:09 AM&lt;br /&gt;
&lt;div class="issue-data-block activity-comment twixi-block  expanded" id="comment-1307502"&gt;
&lt;div class="twixi-wrap verbose actionContainer"&gt;
&lt;div class="action-body flooded"&gt;
&lt;p&gt;&lt;strong&gt;DISCLAIMER: &lt;/strong&gt;Enabling this logging may reveal sensitive information in the log. This configuration should not be used in production systems.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This article provides instructions on how to enable SSL debug logging in the application server log in order to troubleshoot certificate issues.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;&lt;span&gt;Tomcat&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Add the following line to the &lt;strong&gt;setenv.(sh|bat)&lt;/strong&gt; file located in&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/tomcat/apache-tomcat/bin&lt;/code&gt;:&lt;/p&gt;
&lt;p&gt;Linux (&lt;strong&gt;.sh&lt;/strong&gt;):&lt;/p&gt;
&lt;pre&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl&amp;quot;&lt;/pre&gt;
&lt;p&gt;Windows (&lt;strong&gt;.bat&lt;/strong&gt;):&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl&lt;/pre&gt;
&lt;p&gt;Then restart the Tomcat process.&lt;/p&gt;
&lt;h3&gt;&lt;span style="font-size:inherit;"&gt;JBoss&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Add the following to the &lt;code&gt;CUSTOM_JAVA_OPTS&lt;/code&gt; variable in &lt;strong&gt;standalone.custom.(sh|bat)&amp;nbsp;&lt;/strong&gt;&lt;code&gt;&lt;span&gt;&amp;lt;JBOSS_HOME&amp;gt;/bin&lt;/span&gt;&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;-Djavax.net.debug=ssl:handshake&lt;/pre&gt;
&lt;p&gt;Then restart the JBoss process.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, How To, debug, application server, integration, Certificate, SSL&lt;/div&gt;
</description></item><item><title>How to enable SSL debug logging</title><link>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs/revision/6</link><pubDate>Tue, 24 Mar 2020 23:34:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:362bc80d-a7ba-4f2e-a9b8-e25862825083</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Parmida Borhani on 3/24/2020 11:34:58 PM&lt;br /&gt;
&lt;div class="issue-data-block activity-comment twixi-block  expanded" id="comment-1307502"&gt;
&lt;div class="twixi-wrap verbose actionContainer"&gt;
&lt;div class="action-body flooded"&gt;
&lt;p&gt;&lt;strong&gt;DISCLAIMER: &lt;/strong&gt;Enabling this logging may reveal sensitive information in the log.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This article provides instructions on how to enable SSL debug logging in the application server log in order to troubleshoot certificate issues.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;&lt;span&gt;Tomcat&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Add the following line to the &lt;strong&gt;setenv.(sh|bat)&lt;/strong&gt; file located in&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/tomcat/apache-tomcat/bin&lt;/code&gt;:&lt;/p&gt;
&lt;p&gt;Linux (&lt;strong&gt;.sh&lt;/strong&gt;):&lt;/p&gt;
&lt;pre&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl&amp;quot;&lt;/pre&gt;
&lt;p&gt;Windows (&lt;strong&gt;.bat&lt;/strong&gt;):&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl&lt;/pre&gt;
&lt;p&gt;Then restart the Tomcat process.&lt;/p&gt;
&lt;h3&gt;&lt;span style="font-size:inherit;"&gt;JBoss&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Add the following to the &lt;code&gt;CUSTOM_JAVA_OPTS&lt;/code&gt; variable in &lt;strong&gt;standalone.custom.(sh|bat)&amp;nbsp;&lt;/strong&gt;&lt;code&gt;&lt;span&gt;&amp;lt;JBOSS_HOME&amp;gt;/bin&lt;/span&gt;&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;-Djavax.net.debug=ssl:handshake&lt;/pre&gt;
&lt;p&gt;Then restart the JBoss process.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, How To, debug, application server, integration, Certificate, SSL&lt;/div&gt;
</description></item><item><title>How to enable SSL debug logging</title><link>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs/revision/5</link><pubDate>Tue, 24 Mar 2020 08:18:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:362bc80d-a7ba-4f2e-a9b8-e25862825083</guid><dc:creator>Sean Kim</dc:creator><comments>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Sean Kim on 3/24/2020 8:18:52 AM&lt;br /&gt;
&lt;div class="issue-data-block activity-comment twixi-block  expanded" id="comment-1307502"&gt;
&lt;div class="twixi-wrap verbose actionContainer"&gt;
&lt;div class="action-body flooded"&gt;
&lt;p&gt;&lt;strong&gt;DISCLAIMER: &lt;/strong&gt;Enabling this logging may reveal sensitive information in the log.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This article provides instructions on how to enable SSL debug logging in the application server log in order to troubleshoot certificate issues.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;&lt;span&gt;Tomcat&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Add the following line to the &lt;strong&gt;setenv.(sh|bat)&lt;/strong&gt; file located in&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/tomcat/apache-tomcat/bin&lt;/code&gt;:&lt;/p&gt;
&lt;p&gt;Linux (&lt;strong&gt;.sh&lt;/strong&gt;):&lt;/p&gt;
&lt;pre&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl&amp;quot;&lt;/pre&gt;
&lt;p&gt;Windows (&lt;strong&gt;.bat&lt;/strong&gt;):&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl&lt;/pre&gt;
&lt;p&gt;Then restart the Tomcat process.&lt;/p&gt;
&lt;h3&gt;&lt;span style="font-size:inherit;"&gt;JBoss&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Add the following to the &lt;code&gt;CUSTOM_JAVA_OPTS&lt;/code&gt; variable in &lt;strong&gt;standalone.custom.(sh|bat)&amp;nbsp;&lt;/strong&gt;&lt;code&gt;&lt;span&gt;&amp;lt;JBOSS_HOME&amp;gt;/bin&lt;/span&gt;&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;-Djavax.net.debug=ssl:handshake&lt;/pre&gt;
&lt;p&gt;Then restart the JBoss process.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, How To, debug, integration, Certificate, SSL&lt;/div&gt;
</description></item><item><title>How to enable SSL debug logging</title><link>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs/revision/4</link><pubDate>Tue, 24 Mar 2020 01:21:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:362bc80d-a7ba-4f2e-a9b8-e25862825083</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Parmida Borhani on 3/24/2020 1:21:03 AM&lt;br /&gt;
&lt;div class="issue-data-block activity-comment twixi-block  expanded" id="comment-1307502"&gt;
&lt;div class="twixi-wrap verbose actionContainer"&gt;
&lt;div class="action-body flooded"&gt;
&lt;p&gt;&lt;strong&gt;DISCLAIMER: &lt;/strong&gt;Enabling this logging may reveal sensitive information in the log.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This article provides instructions on how to enable SSL debug logging in the application server log in order to troubleshoot certificate issues.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;&lt;span&gt;Tomcat&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Add the following line to the &lt;strong&gt;setenv.sh (.bat)&lt;/strong&gt; file located in&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/tomcat/apache-tomcat/bin&lt;/code&gt;:&lt;/p&gt;
&lt;p&gt;Linux (&lt;strong&gt;.sh&lt;/strong&gt;):&lt;/p&gt;
&lt;pre&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl&amp;quot;&lt;/pre&gt;
&lt;p&gt;Windows (&lt;strong&gt;.bat&lt;/strong&gt;):&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl&lt;/pre&gt;
&lt;p&gt;Then restart the Tomcat server.&lt;/p&gt;
&lt;h3&gt;&lt;span style="font-size:inherit;"&gt;JBoss&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Add the following to the &lt;code&gt;CUSTOM_JAVA_OPTS&lt;/code&gt; variable in &lt;strong&gt;standalone.custom.sh (.bat)&lt;/strong&gt;:&lt;/p&gt;
&lt;pre&gt;-Djavax.net.debug=ssl:handshake&lt;/pre&gt;
&lt;p&gt;Then restart the JBoss server.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, How To, debug, integration, Certificate, SSL&lt;/div&gt;
</description></item><item><title>How to enable SSL debug logging</title><link>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs/revision/3</link><pubDate>Tue, 24 Mar 2020 01:19:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:362bc80d-a7ba-4f2e-a9b8-e25862825083</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Parmida Borhani on 3/24/2020 1:19:37 AM&lt;br /&gt;
&lt;div class="issue-data-block activity-comment twixi-block  expanded" id="comment-1307502"&gt;
&lt;div class="twixi-wrap verbose actionContainer"&gt;
&lt;div class="action-body flooded"&gt;
&lt;p&gt;&lt;strong&gt;DISCLAIMER: &lt;/strong&gt;Enabling this logging may reveal sensitive information in the log.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This article provides instructions on how to enable SSL debug logging in the application server log in order to troubleshoot certificate issues.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;&lt;span&gt;Tomcat&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Add the following line to the &lt;strong&gt;setenv.sh (.bat)&lt;/strong&gt; file located in&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/tomcat/apache-tomcat/bin&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;strong&gt;Linux (.sh)&lt;/strong&gt;:&lt;strong&gt; &lt;/strong&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl&amp;quot;&lt;br /&gt;&lt;strong&gt;Windows (.bat)&lt;/strong&gt;:&lt;strong&gt; &lt;/strong&gt;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl&lt;/pre&gt;
&lt;p&gt;Then restart the Tomcat server.&lt;/p&gt;
&lt;h3&gt;&lt;span style="font-size:inherit;"&gt;JBoss&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Add the following to the &lt;code&gt;CUSTOM_JAVA_OPTS&lt;/code&gt; variable in &lt;strong&gt;standalone.custom.sh (.bat)&lt;/strong&gt;:&lt;/p&gt;
&lt;pre&gt;-Djavax.net.debug=ssl:handshake&lt;/pre&gt;
&lt;p&gt;Then restart the JBoss server.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, How To, debug, integration, Certificate, SSL&lt;/div&gt;
</description></item><item><title>How to enable SSL debug logging</title><link>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs/revision/2</link><pubDate>Mon, 23 Mar 2020 07:57:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:362bc80d-a7ba-4f2e-a9b8-e25862825083</guid><dc:creator>Sean Kim</dc:creator><comments>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Sean Kim on 3/23/2020 7:57:39 AM&lt;br /&gt;
&lt;div class="issue-data-block activity-comment twixi-block  expanded" id="comment-1307502"&gt;
&lt;div class="twixi-wrap verbose actionContainer"&gt;
&lt;div class="action-body flooded"&gt;
&lt;p&gt;&lt;strong&gt;DISCLAIMER: &lt;/strong&gt;Enabling this logging may reveal sensitive information in the log.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This article provides instructions on how to enable SSL debug logging in the application server log in order to troubleshoot certificate issues.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;JBoss&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;In &lt;strong&gt;standalone.custom.bat|sh&lt;/strong&gt; add the following to the CUSTOM_JAVA_OPTS variable:&lt;/p&gt;
&lt;pre&gt;-Djavax.net.debug=ssl:handshake&lt;/pre&gt;
&lt;p&gt;Then restart the JBoss server.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;Tomcat&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Add the following line into &lt;strong&gt;&amp;lt;APPIAN_HOME&amp;gt;/tomcat/apache-tomcat/bin/setenv.sh|bat:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;strong&gt;Linux (.sh): &lt;/strong&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl&amp;quot;&lt;br /&gt;&lt;strong&gt;Windows (.bat): &lt;/strong&gt;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl&lt;/pre&gt;
&lt;p&gt;Then restart the Tomcat server.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, integration, Certificate, SSL&lt;/div&gt;
</description></item><item><title>How to enable SSL debug logging</title><link>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs/revision/1</link><pubDate>Thu, 19 Mar 2020 13:17:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:362bc80d-a7ba-4f2e-a9b8-e25862825083</guid><dc:creator>Sean Kim</dc:creator><comments>https://community.appian.com/support/w/kb/1756/kb-2115-how-to-enable-ssl-debug-logs#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Sean Kim on 3/19/2020 1:17:31 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This article provides instructions on how to enable SSL debug logging in the application server log in order to troubleshoot certificate issues.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;JBoss&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;In &lt;strong&gt;standalone.custom.bat|sh&lt;/strong&gt; add the following to the CUSTOM_JAVA_OPTS variable:&lt;/p&gt;
&lt;pre&gt;-Djavax.net.debug=ssl:handshake&lt;/pre&gt;
&lt;p&gt;Then restart the JBoss server.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;Tomcat&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Add the following line into &lt;strong&gt;&amp;lt;APPIAN_HOME&amp;gt;/tomcat/apache-tomcat/bin/setenv.sh|bat:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;strong&gt;Linux (.sh): &lt;/strong&gt;export CATALINA_OPTS=&amp;quot;$CATALINA_OPTS -Djavax.net.debug=ssl&amp;quot;&lt;br /&gt;&lt;strong&gt;Windows (.bat): &lt;/strong&gt;set CATALINA_OPTS=%CATALINA_OPTS% -Djavax.net.debug=ssl&lt;/pre&gt;
&lt;p&gt;Then restart the Tomcat server.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, integration, Certificate, SSL&lt;/div&gt;
</description></item></channel></rss>