<?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>article How To Delete SSL Certificate From A Port Number in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-To-Delete-SSL-Certificate-From-A-Port-Number/ta-p/1717362</link>
    <description>&lt;H4&gt;Environment:&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;BR /&gt;&lt;LI-PRODUCT title="QlikView" id="qlikView"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;BR /&gt;&lt;LI-PRODUCT title="Qlik NPrinting" id="qlikNPrinting"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;BR /&gt;Windows&lt;/P&gt;
&lt;H3 id="to-delete-an-ssl-certificate-from-a-port-number"&gt;To delete an SSL certificate from a port number&lt;/H3&gt;
&lt;P&gt;HttpCfg.exe or Netsh.exe tool can be used to show ports and thumbprints of all bindings on the computer. Using a&amp;nbsp;redirection character "&amp;gt;", as shown in the following example, this can be printed to disk:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;httpcfg query ssl&amp;gt;myMachinePorts.txt&lt;/PRE&gt;
&lt;P&gt;On Windows Server 2003 or XP use HttpCfg.exe use &lt;STRONG&gt;delete&lt;/STRONG&gt; and &lt;STRONG&gt;ssl&lt;/STRONG&gt; keywords. Use the &lt;STRONG&gt;-i&lt;/STRONG&gt; switch to specify the &lt;CODE&gt;IP&lt;/CODE&gt;:&lt;CODE&gt;port&lt;/CODE&gt; number, and the &lt;STRONG&gt;-h&lt;/STRONG&gt; switch to specify the thumbprint.&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;httpcfg delete ssl -i 0.0.0.0:8005 -h 0000000000003ed9cd0c315bbb6dc1c08da5e6&lt;/PRE&gt;
&lt;P&gt;In Windows Vista, use the Netsh.exe tool, as shown in the following example.&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;Netsh http delete sslcert ipport=0.0.0.0:8005&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;Additional sources: &lt;A href="https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/how-to-configure-a-port-with-an-ssl-certificate" target="_blank" rel="noopener" data-cke-saved-href="https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/how-to-configure-a-port-with-an-ssl-certificate"&gt;https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/how-to-configure-a-port-with-an-ssl-certificate&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 07 May 2021 11:13:26 GMT</pubDate>
    <dc:creator>Daniel_Seo</dc:creator>
    <dc:date>2021-05-07T11:13:26Z</dc:date>
    <item>
      <title>How To Delete SSL Certificate From A Port Number</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-To-Delete-SSL-Certificate-From-A-Port-Number/ta-p/1717362</link>
      <description>&lt;H4&gt;Environment:&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;BR /&gt;&lt;LI-PRODUCT title="QlikView" id="qlikView"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;BR /&gt;&lt;LI-PRODUCT title="Qlik NPrinting" id="qlikNPrinting"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;BR /&gt;Windows&lt;/P&gt;
&lt;H3 id="to-delete-an-ssl-certificate-from-a-port-number"&gt;To delete an SSL certificate from a port number&lt;/H3&gt;
&lt;P&gt;HttpCfg.exe or Netsh.exe tool can be used to show ports and thumbprints of all bindings on the computer. Using a&amp;nbsp;redirection character "&amp;gt;", as shown in the following example, this can be printed to disk:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;httpcfg query ssl&amp;gt;myMachinePorts.txt&lt;/PRE&gt;
&lt;P&gt;On Windows Server 2003 or XP use HttpCfg.exe use &lt;STRONG&gt;delete&lt;/STRONG&gt; and &lt;STRONG&gt;ssl&lt;/STRONG&gt; keywords. Use the &lt;STRONG&gt;-i&lt;/STRONG&gt; switch to specify the &lt;CODE&gt;IP&lt;/CODE&gt;:&lt;CODE&gt;port&lt;/CODE&gt; number, and the &lt;STRONG&gt;-h&lt;/STRONG&gt; switch to specify the thumbprint.&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;httpcfg delete ssl -i 0.0.0.0:8005 -h 0000000000003ed9cd0c315bbb6dc1c08da5e6&lt;/PRE&gt;
&lt;P&gt;In Windows Vista, use the Netsh.exe tool, as shown in the following example.&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;Netsh http delete sslcert ipport=0.0.0.0:8005&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;Additional sources: &lt;A href="https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/how-to-configure-a-port-with-an-ssl-certificate" target="_blank" rel="noopener" data-cke-saved-href="https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/how-to-configure-a-port-with-an-ssl-certificate"&gt;https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/how-to-configure-a-port-with-an-ssl-certificate&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 11:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-To-Delete-SSL-Certificate-From-A-Port-Number/ta-p/1717362</guid>
      <dc:creator>Daniel_Seo</dc:creator>
      <dc:date>2021-05-07T11:13:26Z</dc:date>
    </item>
  </channel>
</rss>

