<?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: Splunk web server fails to load when using Internal certificate in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-web-server-fails-to-load-when-using-Internal-certificate/m-p/534057#M4548</link>
    <description>&lt;P&gt;i have the following setup but it still doesn't work , what I am missing,&amp;nbsp; appreciate suggestion!1&lt;/P&gt;&lt;P&gt;httpport = ( 443, 8000 or not set)&lt;/P&gt;&lt;P&gt;https:// (internal or external):httport&lt;/P&gt;&lt;PRE&gt;[settings]
enableSplunkWebSSL = ture
httpport = 8000
privKeyPath = &amp;lt;$SPLUNK_HOME/etc/auth/omniCerts/splunk.lab.omni.key&amp;gt;
serverCert = &amp;lt;$SPLUNK_HOME/etc/auth/omniCerts/splunk.lab.omni.pem&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;./splunk restart splunkd&lt;/P&gt;</description>
    <pubDate>Thu, 24 Dec 2020 15:39:09 GMT</pubDate>
    <dc:creator>bsoarese</dc:creator>
    <dc:date>2020-12-24T15:39:09Z</dc:date>
    <item>
      <title>Splunk web server fails to load when using Internal certificate</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-web-server-fails-to-load-when-using-Internal-certificate/m-p/367767#M1093</link>
      <description>&lt;P&gt;I'm trying to configure SSL encryption for my Splunk Light VM instance.&lt;/P&gt;

&lt;P&gt;Here is my web.conf file:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[settings]
enableSplunkWebSSL = 1
httpport = 443
privKeyPath = &amp;lt;$SPLUNK_HOME/etc/auth/omniCerts/splunk.lab.omni.key&amp;gt;
serverCert = &amp;lt;$SPLUNK_HOME/etc/auth/omniCerts/splunk.lab.omni.pem&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Both .key and .pem file are owned by &lt;CODE&gt;splunk:splunk&lt;/CODE&gt; and have read priv for all. I followed the instructions at (&lt;A href="http://wiki.splunk.com/Community:SplunkWeb_SSL_SelfSignedCert_NewRootCA" target="_blank"&gt;http://wiki.splunk.com/Community:SplunkWeb_SSL_SelfSignedCert_NewRootCA&lt;/A&gt;), except for the actual generation and signing of the cert. I have my own Internal CA that I issued the splunk cert with. I created the &lt;CODE&gt;.pem&lt;/CODE&gt; file by concatenating the &lt;CODE&gt;splunk.lab.omni.crt&lt;/CODE&gt; file with my CA's &lt;CODE&gt;.crt&lt;/CODE&gt; file (server first, then root CA).&lt;/P&gt;

&lt;P&gt;I dont have enough karma to attach files, so if you want my &lt;CODE&gt;web_services.log&lt;/CODE&gt; file, I'm not sure how to show it other than a big messy post. I don't see any errors. It acknowledges my &lt;CODE&gt;.pem&lt;/CODE&gt; and &lt;CODE&gt;.key&lt;/CODE&gt; files. When I restart splunk, everything passes except at the end it hangs at &lt;EM&gt;"Waiting for web server at &lt;A href="https://127.0.0.1:443" target="_blank"&gt;https://127.0.0.1:443&lt;/A&gt; to be available.."&lt;/EM&gt; Web access times out, and netstat shows a "CLOSE_WAIT" as the status of my attempted connection.&lt;/P&gt;

&lt;P&gt;Any idea what is wrong?? &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:21:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-web-server-fails-to-load-when-using-Internal-certificate/m-p/367767#M1093</guid>
      <dc:creator>Willman42</dc:creator>
      <dc:date>2020-09-29T15:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk web server fails to load when using Internal certificate</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-web-server-fails-to-load-when-using-Internal-certificate/m-p/367768#M1094</link>
      <description>&lt;P&gt;Hey @Willman42, here's some further documentation. &lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.2/Security/SecureSplunkWebusingasignedcertificate"&gt;https://docs.splunk.com/Documentation/Splunk/6.6.2/Security/SecureSplunkWebusingasignedcertificate&lt;/A&gt; I'm not an expert (just an Answers moderator), but I do see a discrepancy in your enableSplunkWebSSL = 1 line -- it says "true" in the documentation. Hope this helps! If you'd like to include the web_services.log file and can remove any materials that could be privacy sensitive I can attach that for you.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2017 00:55:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-web-server-fails-to-load-when-using-Internal-certificate/m-p/367768#M1094</guid>
      <dc:creator>lfedak_splunk</dc:creator>
      <dc:date>2017-08-12T00:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk web server fails to load when using Internal certificate</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-web-server-fails-to-load-when-using-Internal-certificate/m-p/367769#M1095</link>
      <description>&lt;P&gt;Actually, it was the &lt;CODE&gt;&amp;lt;&amp;gt;&lt;/CODE&gt; surrounding the file paths that is the culprit. Removing them fixed the issue.&lt;/P&gt;

&lt;P&gt;I had referenced this page (&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.2/Security/SecureSplunkWebusingasignedcertificate"&gt;https://docs.splunk.com/Documentation/Splunk/6.6.2/Security/SecureSplunkWebusingasignedcertificate&lt;/A&gt;), which shows these brackets surrounding the file paths in the &lt;EM&gt;"Configure Splunk Web to use the key and certificate files"&lt;/EM&gt; section. Perhaps this document should be amended?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2017 01:26:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-web-server-fails-to-load-when-using-Internal-certificate/m-p/367769#M1095</guid>
      <dc:creator>Willman42</dc:creator>
      <dc:date>2017-08-12T01:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk web server fails to load when using Internal certificate</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-web-server-fails-to-load-when-using-Internal-certificate/m-p/367770#M1096</link>
      <description>&lt;P&gt;Oh I see. I'm not sure how it was set to 1 because I never edited that line. I see also in my &lt;BR /&gt;
&lt;CODE&gt;$SPLUNK_HOME/etc/system/default/web.conf&lt;/CODE&gt; that it is set to boolean as well. Thanks for the pointer!&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2017 01:28:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-web-server-fails-to-load-when-using-Internal-certificate/m-p/367770#M1096</guid>
      <dc:creator>Willman42</dc:creator>
      <dc:date>2017-08-12T01:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk web server fails to load when using Internal certificate</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-web-server-fails-to-load-when-using-Internal-certificate/m-p/367771#M1097</link>
      <description>&lt;P&gt;Also, I tested using a &lt;CODE&gt;.crt&lt;/CODE&gt; file in the &lt;CODE&gt;serverCert&lt;/CODE&gt; field of my &lt;CODE&gt;web.conf&lt;/CODE&gt; file, and it works fine. So Splunk does &lt;STRONG&gt;&lt;EM&gt;NOT&lt;/EM&gt;&lt;/STRONG&gt; need a &lt;CODE&gt;.pem&lt;/CODE&gt; file here, nor does it need the CA's certificate concatenated with it. Perhaps this should be reflected in Splunk documentation as well.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2017 01:39:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-web-server-fails-to-load-when-using-Internal-certificate/m-p/367771#M1097</guid>
      <dc:creator>Willman42</dc:creator>
      <dc:date>2017-08-12T01:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk web server fails to load when using Internal certificate</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-web-server-fails-to-load-when-using-Internal-certificate/m-p/367772#M1098</link>
      <description>&lt;P&gt;If you can send that pointer to the Docs team they will check it out! There's a box at the bottom of docs pages to submit comments or feedback.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 22:23:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-web-server-fails-to-load-when-using-Internal-certificate/m-p/367772#M1098</guid>
      <dc:creator>lfedak_splunk</dc:creator>
      <dc:date>2017-08-14T22:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk web server fails to load when using Internal certificate</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-web-server-fails-to-load-when-using-Internal-certificate/m-p/367773#M1099</link>
      <description>&lt;P&gt;PS you can accept your own solution for karma points &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 22:24:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-web-server-fails-to-load-when-using-Internal-certificate/m-p/367773#M1099</guid>
      <dc:creator>lfedak_splunk</dc:creator>
      <dc:date>2017-08-14T22:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk web server fails to load when using Internal certificate</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-web-server-fails-to-load-when-using-Internal-certificate/m-p/534057#M4548</link>
      <description>&lt;P&gt;i have the following setup but it still doesn't work , what I am missing,&amp;nbsp; appreciate suggestion!1&lt;/P&gt;&lt;P&gt;httpport = ( 443, 8000 or not set)&lt;/P&gt;&lt;P&gt;https:// (internal or external):httport&lt;/P&gt;&lt;PRE&gt;[settings]
enableSplunkWebSSL = ture
httpport = 8000
privKeyPath = &amp;lt;$SPLUNK_HOME/etc/auth/omniCerts/splunk.lab.omni.key&amp;gt;
serverCert = &amp;lt;$SPLUNK_HOME/etc/auth/omniCerts/splunk.lab.omni.pem&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;./splunk restart splunkd&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 15:39:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-web-server-fails-to-load-when-using-Internal-certificate/m-p/534057#M4548</guid>
      <dc:creator>bsoarese</dc:creator>
      <dc:date>2020-12-24T15:39:09Z</dc:date>
    </item>
  </channel>
</rss>

