<?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 Find out what's blocking port 80 / 443 on Windows and stopping Qlik services from starting in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Find-out-what-s-blocking-port-80-443-on-Windows-and-stopping/ta-p/1714394</link>
    <description>&lt;P&gt;It is not always obvious what process is currently using a specific port. This can make identifying why a Qlik service is not starting difficult.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is how you find what task that is currently listening on the default HTTP-port 80 or HTTPS-port 443. This can be applied to any port.&lt;/P&gt;
&lt;P&gt;Open the Command Prompt (cmd.exe) and execute the following:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Step 1 -&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;Find PID of program:&lt;/P&gt;
&lt;PRE&gt;netstat -ano | find "443" or netstat -ano | find "80"&lt;/PRE&gt;
&lt;P&gt;The list could be long. Look for something ending with :443 or :80 in the second column. Get the pid from the right most column (e.g. 37400)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Step 2 -&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;Find the name of the task with the resulting PID:&lt;/P&gt;
&lt;PRE&gt;tasklist /svc /FI "PID eq 37400"&lt;/PRE&gt;
&lt;P&gt;The output should give you the name of the task that is blocking your port.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Step 3 -&amp;nbsp;&lt;/STRONG&gt;If the PID turns out to be PID 4 or something else that displays "Can not obtain ownership information" use:&lt;/P&gt;
&lt;PRE&gt;net stop http&lt;/PRE&gt;
&lt;P&gt;This will show you any additional services that are dependent on 80/443&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Aug 2020 12:48:02 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2020-08-24T12:48:02Z</dc:date>
    <item>
      <title>Find out what's blocking port 80 / 443 on Windows and stopping Qlik services from starting</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Find-out-what-s-blocking-port-80-443-on-Windows-and-stopping/ta-p/1714394</link>
      <description>&lt;P&gt;It is not always obvious what process is currently using a specific port. This can make identifying why a Qlik service is not starting difficult.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is how you find what task that is currently listening on the default HTTP-port 80 or HTTPS-port 443. This can be applied to any port.&lt;/P&gt;
&lt;P&gt;Open the Command Prompt (cmd.exe) and execute the following:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Step 1 -&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;Find PID of program:&lt;/P&gt;
&lt;PRE&gt;netstat -ano | find "443" or netstat -ano | find "80"&lt;/PRE&gt;
&lt;P&gt;The list could be long. Look for something ending with :443 or :80 in the second column. Get the pid from the right most column (e.g. 37400)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Step 2 -&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;Find the name of the task with the resulting PID:&lt;/P&gt;
&lt;PRE&gt;tasklist /svc /FI "PID eq 37400"&lt;/PRE&gt;
&lt;P&gt;The output should give you the name of the task that is blocking your port.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Step 3 -&amp;nbsp;&lt;/STRONG&gt;If the PID turns out to be PID 4 or something else that displays "Can not obtain ownership information" use:&lt;/P&gt;
&lt;PRE&gt;net stop http&lt;/PRE&gt;
&lt;P&gt;This will show you any additional services that are dependent on 80/443&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 12:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Find-out-what-s-blocking-port-80-443-on-Windows-and-stopping/ta-p/1714394</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2020-08-24T12:48:02Z</dc:date>
    </item>
  </channel>
</rss>

