<?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: Issue with Splunk server not starting after configuring TLS in Security</title>
    <link>https://community.splunk.com/t5/Security/Issue-with-Splunk-server-not-starting-after-configuring-TLS/m-p/673605#M17537</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/263847"&gt;@ArgyTheo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; WARNING: web interface does not seem to be available!&lt;/P&gt;&lt;P&gt;1) looks like the 8000 port is not available. pls check if that port is being used by some other processes&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) check the top command for any Splunk processes that are running&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) Maybe the old process id still running and binding that port number 8000, if its ok, try to do a system restart itself.&amp;nbsp;&lt;/P&gt;&lt;P&gt;4) pls check the splunkd.log for more details.&amp;nbsp;&lt;/P&gt;&lt;P&gt;5) are these certs you self generated or third party generated&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jan 2024 09:30:11 GMT</pubDate>
    <dc:creator>inventsekar</dc:creator>
    <dc:date>2024-01-09T09:30:11Z</dc:date>
    <item>
      <title>Issue with Splunk server not starting after configuring TLS</title>
      <link>https://community.splunk.com/t5/Security/Issue-with-Splunk-server-not-starting-after-configuring-TLS/m-p/673603#M17536</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Subject:&lt;/STRONG&gt; Issue with Splunk server not starting after configuring TLS&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Description:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I'm encountering an issue with my Splunk server after configuring TLS. Here's a summary of the steps I've taken:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Placed the certificate files (cert.pem, cacert.pem, key.pem) in the directory: /opt/splunk/etc/auth/mycerts/.&lt;OL&gt;&lt;LI&gt;Modified the /opt/splunk/etc/system/local/server.conf file with the following configurations:&lt;BR /&gt;⁠[sslConfig]&lt;BR /&gt;enableSplunkdSSL = true&lt;BR /&gt;sslVersions = tls1.2,tls1.3&lt;BR /&gt;serverCert = /opt/splunk/etc/auth/mycerts/cert.pem&lt;BR /&gt;sslRootCAPath = /opt/splunk/etc/auth/mycerts/cacert.pem&lt;BR /&gt;sslKeysfile = /opt/splunk/etc/auth/mycerts/key.pem&lt;BR /&gt;&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;After restarting the Splunk server using the command ./splunk restart, the following messages were displayed:&lt;BR /&gt;⁠Starting splunk server daemon (splunkd)...&lt;BR /&gt;Done&amp;nbsp;&lt;BR /&gt;Waiting for web server at &lt;A title="http://127.0.0.1:8000/" href="http://127.0.0.1:8000" target="_blank" rel="noreferrer noopener"&gt;http://127.0.0.1:8000&lt;/A&gt; to be available....&lt;BR /&gt;&lt;STRONG&gt;WARNING: web interface does not seem to be available!&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Additionally, when checking the status with ./splunk status, the result is: splunkd is not running.&lt;/P&gt;&lt;P&gt;Could someone assist me in troubleshooting this issue? I'm unsure why the Splunk server is not starting properly after enabling TLS.&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 09 Jan 2024 09:06:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Issue-with-Splunk-server-not-starting-after-configuring-TLS/m-p/673603#M17536</guid>
      <dc:creator>ArgyTheo</dc:creator>
      <dc:date>2024-01-09T09:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Splunk server not starting after configuring TLS</title>
      <link>https://community.splunk.com/t5/Security/Issue-with-Splunk-server-not-starting-after-configuring-TLS/m-p/673605#M17537</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/263847"&gt;@ArgyTheo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; WARNING: web interface does not seem to be available!&lt;/P&gt;&lt;P&gt;1) looks like the 8000 port is not available. pls check if that port is being used by some other processes&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) check the top command for any Splunk processes that are running&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) Maybe the old process id still running and binding that port number 8000, if its ok, try to do a system restart itself.&amp;nbsp;&lt;/P&gt;&lt;P&gt;4) pls check the splunkd.log for more details.&amp;nbsp;&lt;/P&gt;&lt;P&gt;5) are these certs you self generated or third party generated&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 09:30:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Issue-with-Splunk-server-not-starting-after-configuring-TLS/m-p/673605#M17537</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2024-01-09T09:30:11Z</dc:date>
    </item>
  </channel>
</rss>

