<?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 Re: Unable to access Splunk Web Portal in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Unable-to-access-Splunk-Web-Portal/m-p/674926#M13533</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/241987"&gt;@sidtalup27&lt;/a&gt;&amp;nbsp; I have the exact issue, there is nothing wrong with the port configuration on the vm and everything looks fine with NSG at Azure, but still facing issues with splunk web.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Were you able to solve the issue you had?&lt;/P&gt;</description>
    <pubDate>Sat, 20 Jan 2024 13:26:53 GMT</pubDate>
    <dc:creator>Sunil2</dc:creator>
    <dc:date>2024-01-20T13:26:53Z</dc:date>
    <item>
      <title>Unable to access Splunk Web Portal</title>
      <link>https://community.splunk.com/t5/Installation/Unable-to-access-Splunk-Web-Portal/m-p/602466#M11642</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a new installation of Splunk 9.X. The instance is hosted on Ubuntu OS, on Azure Cloud. There is no Public IP associated with the instance. The instance can only be accessed via the associated Private IP Address (peering is established between Azure and my internal company network)&lt;/P&gt;&lt;P&gt;I tried to telnet the Instance on port 8000, and it is accepting connections. In parallel, when I launch TCPDUMP and refresh the browser, I can see packets on TCPDUMP.&lt;/P&gt;&lt;P&gt;Inspite, I am unable to access the instance via console. I get CONNECTION RESET on the browser.&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt;Thanks,&lt;BR /&gt;Siddarth&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 19:10:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Unable-to-access-Splunk-Web-Portal/m-p/602466#M11642</guid>
      <dc:creator>sidtalup27</dc:creator>
      <dc:date>2022-06-20T19:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access Splunk Web Portal</title>
      <link>https://community.splunk.com/t5/Installation/Unable-to-access-Splunk-Web-Portal/m-p/602482#M11643</link>
      <description>&lt;P&gt;You're trying to connect over unencrypted http to a https-enabled port or vice-versa?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 20:29:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Unable-to-access-Splunk-Web-Portal/m-p/602482#M11643</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-06-20T20:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access Splunk Web Portal</title>
      <link>https://community.splunk.com/t5/Installation/Unable-to-access-Splunk-Web-Portal/m-p/602486#M11644</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;, I tried both. over port 80 and 443, either way, I was unsuccessful.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 20:46:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Unable-to-access-Splunk-Web-Portal/m-p/602486#M11644</guid>
      <dc:creator>sidtalup27</dc:creator>
      <dc:date>2022-06-20T20:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access Splunk Web Portal</title>
      <link>https://community.splunk.com/t5/Installation/Unable-to-access-Splunk-Web-Portal/m-p/602487#M11645</link>
      <description>&lt;P&gt;No. I mean that by default Splunk does indeed listen on port 8000 for web ui connections (you can verify it on server side by using&lt;/P&gt;&lt;PRE&gt;netstat -lpt | grep splunkd&lt;/PRE&gt;&lt;P&gt;or&lt;/P&gt;&lt;PRE&gt;ss -lptn | grep splunkd&lt;/PRE&gt;&lt;P&gt;Your comment that you can access port 8000 with telnet suggests that it is so indeed.&lt;/P&gt;&lt;P&gt;So you should be connecting to your_ip:8000. The question is whether you have tls enabled in web server's configuration and should use &lt;A href="https://your_ip:8000" target="_blank"&gt;https://your_ip:8000&lt;/A&gt; or not and you should use &lt;A href="http://your_ip:8000" target="_blank"&gt;http://your_ip:8000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 20:57:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Unable-to-access-Splunk-Web-Portal/m-p/602487#M11645</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-06-20T20:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access Splunk Web Portal</title>
      <link>https://community.splunk.com/t5/Installation/Unable-to-access-Splunk-Web-Portal/m-p/602490#M11646</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;, below is the output of netstat.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;sadmin@splunk-01:~$ sudo netstat -lpt | grep splunkd&lt;BR /&gt;tcp&amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; splunk:8000 0.0.0.0:*&amp;nbsp; &amp;nbsp; LISTEN&amp;nbsp; &amp;nbsp; 58145/splunkd&lt;BR /&gt;tcp&amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp;0.0.0.0:8089 0.0.0.0:*&amp;nbsp; &amp;nbsp; &amp;nbsp;LISTEN&amp;nbsp; &amp;nbsp;58145/splunkd&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;sadmin@splunk-01:~$ sudo ss -lptn | grep splunkd&lt;BR /&gt;LISTEN&amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; 128&amp;nbsp; &amp;nbsp; &amp;nbsp;10.X.X.X:8000&amp;nbsp; &amp;nbsp; 0.0.0.0:*&amp;nbsp; &amp;nbsp; &amp;nbsp;users:(("splunkd",pid=58145,fd=186))&lt;BR /&gt;LISTEN&amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; 128&amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0.0.0:8089&amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0.0.0:*&amp;nbsp; &amp;nbsp; &amp;nbsp;users:(("splunkd",pid=58145,fd=4))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please advise on ''&lt;SPAN&gt;tls enabled in web server's configuration&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt;Thanks,&lt;BR /&gt;Siddarth&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 21:21:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Unable-to-access-Splunk-Web-Portal/m-p/602490#M11646</guid>
      <dc:creator>sidtalup27</dc:creator>
      <dc:date>2022-06-20T21:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access Splunk Web Portal</title>
      <link>https://community.splunk.com/t5/Installation/Unable-to-access-Splunk-Web-Portal/m-p/602547#M11649</link>
      <description>&lt;P&gt;OK. So splunkd is listening on ports 8000 (where webui should be) and 8089 (that port is for internal splunk uses). So theoretically you should be able to connect to that port using either plain http or https.&lt;/P&gt;&lt;P&gt;If you can't it means that there is something else blocking the connection. Maybe it's the host firewall, maybe you have some firewall in the middle of your network path, maybe you have some transparent proxy - we can't know that - it's your environment &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Try connecting to &lt;A href="https://community.splunk.com/" target="_blank"&gt;http://&amp;lt;your_ip&amp;gt;:8000&lt;/A&gt; and &lt;A href="https://community.splunk.com/" target="_blank"&gt;https://&amp;lt;your_ip&amp;gt;:8000&lt;/A&gt; and see if any of those work.&lt;/P&gt;&lt;P&gt;Typically "connection reset by peer" happens if you have TLS enabled bu try to connect using plain HTTP.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 07:03:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Unable-to-access-Splunk-Web-Portal/m-p/602547#M11649</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-06-21T07:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access Splunk Web Portal</title>
      <link>https://community.splunk.com/t5/Installation/Unable-to-access-Splunk-Web-Portal/m-p/674926#M13533</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/241987"&gt;@sidtalup27&lt;/a&gt;&amp;nbsp; I have the exact issue, there is nothing wrong with the port configuration on the vm and everything looks fine with NSG at Azure, but still facing issues with splunk web.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Were you able to solve the issue you had?&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jan 2024 13:26:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Unable-to-access-Splunk-Web-Portal/m-p/674926#M13533</guid>
      <dc:creator>Sunil2</dc:creator>
      <dc:date>2024-01-20T13:26:53Z</dc:date>
    </item>
  </channel>
</rss>

