<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Cloudpath: How to troubleshoot workflow publish related issues in RUCKUS Self-Help</title>
    <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Cloudpath-How-to-troubleshoot-workflow-publish-related-issues/m-p/64395#M183</link>
    <description>&lt;P&gt;Recently we have found that one of our customer is facing issue with publishing the workflow which was working fine earlier, below we will discuss about the troubleshooting steps involved to rectify the issue.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;Issue:&lt;EM&gt; Unable to publish the workflow.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sheikhfazil_ahm_0-1690241326090.png" style="width: 999px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/7918i8FA26148EB4E275D/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="sheikhfazil_ahm_0-1690241326090.png" alt="sheikhfazil_ahm_0-1690241326090.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sheikhfazil_ahm_1-1690241385508.png" style="width: 999px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/7919i7ED61C7326EEF28A/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="sheikhfazil_ahm_1-1690241385508.png" alt="sheikhfazil_ahm_1-1690241385508.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Summary: Cloudpath general behavior on publishing the workflow.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;When a workflow snapshot publish is performed a dynamic Windows executable (.exe) file is &lt;BR /&gt;produced with the current workflow URL embedded. As the Windows executable is dynamically generated &lt;BR /&gt;at publish time, signing the executable is required for most versions of Windows to execute the file &lt;BR /&gt;without considering it malware or the similar.&lt;BR /&gt;&lt;BR /&gt;Signing a Windows .exe requires a specific code signing certificate which differs from a SSL or Web Server&lt;BR /&gt;certificate.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If a custom code signing certificate is not specified within Cloudpath &lt;BR /&gt;&lt;STRONG&gt;(Admin UI &amp;gt; Administration &amp;gt; System Service &amp;gt; Web Server &amp;gt; “Code Signing Certificate”)&lt;BR /&gt;&lt;/STRONG&gt;the Windows executable will need to be signed “in the cloud” with a CommScope/Ruckus provided Code Signing Certificate.&lt;BR /&gt;For this to occur the Cloudpath instance requires outgoing HTTPS access to &lt;STRONG&gt;xpc.cloudpath.net:443&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;For more information, please visit:&lt;STRONG&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-hardware/drivers/dashboard/code-signing-cert-manage" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/windows-hardware/drivers/dashboard/code-signing-cert-manage&lt;BR /&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Troubleshooting:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We can check the connectivity to the Cloudpath backend servers by executing the below steps in Admin UI under "Support &amp;gt; Diagnostics &amp;gt; HTTPS&amp;nbsp;&amp;amp; LDAPS Certificate" and try reaching the xpc.cloudpath.net on port 443.&lt;/P&gt;&lt;P&gt;We should see the success results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sheikhfazil_ahm_2-1690241444426.png" style="width: 999px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/7920i2F46F785672CF773/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="sheikhfazil_ahm_2-1690241444426.png" alt="sheikhfazil_ahm_2-1690241444426.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, we can execute the reachability test from the CLI of the Cloudpath, We need to SSH into the Cloudpath using the service account and execute the below commands to verify reachability:&lt;/P&gt;&lt;P&gt;# &lt;STRONG&gt;console&lt;BR /&gt;[cpn_service@x-oc-cloudpath02 ~]$ &lt;STRONG&gt;wget -v -O/dev/null &lt;A href="https://xpc.cloudpath.net" target="_blank" rel="noopener"&gt;https://xpc.cloudpath.net&lt;/A&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expected response should be: HTTP request sent, awaiting response... &lt;STRONG&gt;200 OK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Another command to confirm the same:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[cpn_service@x-oc-cloudpath02 ~]$ &lt;STRONG&gt;wget -v -O- &lt;A href="https://xpc.cloudpath.net" target="_blank" rel="noopener"&gt;https://xpc.cloudpath.net&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expected response should be: HTTP request sent, awaiting response...&lt;STRONG&gt; 200 OK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the connection is not establishing with the backend servers, we should be seeing the below logs in &lt;STRONG&gt;Support bundle &amp;gt; Jboss&lt;/STRONG&gt; logs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ts=20230707 161432.984, lvl=SEVE, action=URL_LOADER_ERROR_SOCKET_TIMEOUT, purpose=BIND_GET_SYSTEM_UPDATES, &lt;STRONG&gt;reason=connect timed out&lt;/STRONG&gt;, &lt;STRONG&gt;url=&lt;A href="https://xpc.cloudpath.net" target="_blank"&gt;https://xpc.cloudpath.net&lt;/A&gt;&lt;/STRONG&gt;/bind/get_system_updates.php?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ts=20230707 161432.986, lvl=INFO, &lt;STRONG&gt;action=BIND_GET_UPDATES_ERROR, reason=NetworkConnection, statusCode=-3, url=&lt;A href="https://xpc.cloudpath.net" target="_blank"&gt;https://xpc.cloudpath.net&lt;/A&gt;, src=service.BindingService&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resolution:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We should have a valid reachability with the servers to be able to successfully publish the workflow and if the above troubleshooting steps are not successful then we need to look into the firewall and network related settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fazil.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jul 2023 23:43:06 GMT</pubDate>
    <dc:creator>sheikhfazil_ahm</dc:creator>
    <dc:date>2023-07-24T23:43:06Z</dc:date>
    <item>
      <title>Cloudpath: How to troubleshoot workflow publish related issues</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Cloudpath-How-to-troubleshoot-workflow-publish-related-issues/m-p/64395#M183</link>
      <description>&lt;P&gt;Recently we have found that one of our customer is facing issue with publishing the workflow which was working fine earlier, below we will discuss about the troubleshooting steps involved to rectify the issue.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;Issue:&lt;EM&gt; Unable to publish the workflow.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sheikhfazil_ahm_0-1690241326090.png" style="width: 999px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/7918i8FA26148EB4E275D/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="sheikhfazil_ahm_0-1690241326090.png" alt="sheikhfazil_ahm_0-1690241326090.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sheikhfazil_ahm_1-1690241385508.png" style="width: 999px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/7919i7ED61C7326EEF28A/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="sheikhfazil_ahm_1-1690241385508.png" alt="sheikhfazil_ahm_1-1690241385508.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Summary: Cloudpath general behavior on publishing the workflow.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;When a workflow snapshot publish is performed a dynamic Windows executable (.exe) file is &lt;BR /&gt;produced with the current workflow URL embedded. As the Windows executable is dynamically generated &lt;BR /&gt;at publish time, signing the executable is required for most versions of Windows to execute the file &lt;BR /&gt;without considering it malware or the similar.&lt;BR /&gt;&lt;BR /&gt;Signing a Windows .exe requires a specific code signing certificate which differs from a SSL or Web Server&lt;BR /&gt;certificate.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If a custom code signing certificate is not specified within Cloudpath &lt;BR /&gt;&lt;STRONG&gt;(Admin UI &amp;gt; Administration &amp;gt; System Service &amp;gt; Web Server &amp;gt; “Code Signing Certificate”)&lt;BR /&gt;&lt;/STRONG&gt;the Windows executable will need to be signed “in the cloud” with a CommScope/Ruckus provided Code Signing Certificate.&lt;BR /&gt;For this to occur the Cloudpath instance requires outgoing HTTPS access to &lt;STRONG&gt;xpc.cloudpath.net:443&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;For more information, please visit:&lt;STRONG&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-hardware/drivers/dashboard/code-signing-cert-manage" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/windows-hardware/drivers/dashboard/code-signing-cert-manage&lt;BR /&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Troubleshooting:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We can check the connectivity to the Cloudpath backend servers by executing the below steps in Admin UI under "Support &amp;gt; Diagnostics &amp;gt; HTTPS&amp;nbsp;&amp;amp; LDAPS Certificate" and try reaching the xpc.cloudpath.net on port 443.&lt;/P&gt;&lt;P&gt;We should see the success results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sheikhfazil_ahm_2-1690241444426.png" style="width: 999px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/7920i2F46F785672CF773/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="sheikhfazil_ahm_2-1690241444426.png" alt="sheikhfazil_ahm_2-1690241444426.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, we can execute the reachability test from the CLI of the Cloudpath, We need to SSH into the Cloudpath using the service account and execute the below commands to verify reachability:&lt;/P&gt;&lt;P&gt;# &lt;STRONG&gt;console&lt;BR /&gt;[cpn_service@x-oc-cloudpath02 ~]$ &lt;STRONG&gt;wget -v -O/dev/null &lt;A href="https://xpc.cloudpath.net" target="_blank" rel="noopener"&gt;https://xpc.cloudpath.net&lt;/A&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expected response should be: HTTP request sent, awaiting response... &lt;STRONG&gt;200 OK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Another command to confirm the same:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[cpn_service@x-oc-cloudpath02 ~]$ &lt;STRONG&gt;wget -v -O- &lt;A href="https://xpc.cloudpath.net" target="_blank" rel="noopener"&gt;https://xpc.cloudpath.net&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expected response should be: HTTP request sent, awaiting response...&lt;STRONG&gt; 200 OK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the connection is not establishing with the backend servers, we should be seeing the below logs in &lt;STRONG&gt;Support bundle &amp;gt; Jboss&lt;/STRONG&gt; logs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ts=20230707 161432.984, lvl=SEVE, action=URL_LOADER_ERROR_SOCKET_TIMEOUT, purpose=BIND_GET_SYSTEM_UPDATES, &lt;STRONG&gt;reason=connect timed out&lt;/STRONG&gt;, &lt;STRONG&gt;url=&lt;A href="https://xpc.cloudpath.net" target="_blank"&gt;https://xpc.cloudpath.net&lt;/A&gt;&lt;/STRONG&gt;/bind/get_system_updates.php?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ts=20230707 161432.986, lvl=INFO, &lt;STRONG&gt;action=BIND_GET_UPDATES_ERROR, reason=NetworkConnection, statusCode=-3, url=&lt;A href="https://xpc.cloudpath.net" target="_blank"&gt;https://xpc.cloudpath.net&lt;/A&gt;, src=service.BindingService&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resolution:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We should have a valid reachability with the servers to be able to successfully publish the workflow and if the above troubleshooting steps are not successful then we need to look into the firewall and network related settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fazil.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 23:43:06 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Cloudpath-How-to-troubleshoot-workflow-publish-related-issues/m-p/64395#M183</guid>
      <dc:creator>sheikhfazil_ahm</dc:creator>
      <dc:date>2023-07-24T23:43:06Z</dc:date>
    </item>
  </channel>
</rss>

