<?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: https authentication in Security</title>
    <link>https://community.splunk.com/t5/Security/https-authentication/m-p/391788#M9581</link>
    <description>&lt;P&gt;you added this and it's not working ?&lt;BR /&gt;&lt;BR /&gt;
    [settings] &lt;BR /&gt;
     enableSplunkWebSSL = true &lt;/P&gt;</description>
    <pubDate>Mon, 27 May 2019 09:07:51 GMT</pubDate>
    <dc:creator>DavidHourani</dc:creator>
    <dc:date>2019-05-27T09:07:51Z</dc:date>
    <item>
      <title>https authentication</title>
      <link>https://community.splunk.com/t5/Security/https-authentication/m-p/391783#M9576</link>
      <description>&lt;P&gt;Hello &lt;BR /&gt;
im trying to enable https on my server. &lt;BR /&gt;
im getting the "splunk https site not secure" msg. &lt;BR /&gt;
also the ssl is enabled under server settings &lt;/P&gt;

&lt;P&gt;this is my web.conf file: &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;[settings] &lt;BR /&gt;
enableSplunkWebSSL = true &lt;/P&gt;

&lt;H1&gt;privKeyPath = /opt/splunk/etc/auth/wildkey.key&lt;/H1&gt;

&lt;H1&gt;serverCert = /opt/splunk/etc/auth/wildkey.pem&lt;/H1&gt;

&lt;H1&gt;httpport = 8000&lt;/H1&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;when removing the remarks from the rows splunk does not starts &lt;BR /&gt;
what im doint wrong ?&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 07:50:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/https-authentication/m-p/391783#M9576</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2019-05-27T07:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: https authentication</title>
      <link>https://community.splunk.com/t5/Security/https-authentication/m-p/391784#M9577</link>
      <description>&lt;P&gt;Please try web.conf with following settings. Also ensure the certs are "generated by Valid authority" for browser to identify. The self-signed certs may show errors depending on the browser&lt;BR /&gt;
I'm guessing your wildkey.key format may be incorrect or is encrypted?&lt;/P&gt;

&lt;P&gt;web.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[settings]
enableSplunkWebSSL = true
# absolute paths may be used here. and pem format for priv keys
privKeyPath = $SPLUNK_HOME/etc/auth/myprivatekey.pem
serverCert = $SPLUNK_HOME/etc/auth/mycacert.pem
sslPassword = &amp;lt;password_if_key_is_encrypted&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Your server.conf also needs sslConfig setup&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 08:19:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/https-authentication/m-p/391784#M9577</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-27T08:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: https authentication</title>
      <link>https://community.splunk.com/t5/Security/https-authentication/m-p/391785#M9578</link>
      <description>&lt;P&gt;thanks&lt;BR /&gt;
this is the config i have is server.conf&lt;/P&gt;

&lt;P&gt;[sslConfig]&lt;BR /&gt;
sslPassword = &lt;/P&gt;

&lt;P&gt;what pass is it , do you know ? should i change it ?&lt;/P&gt;

&lt;P&gt;also, can you please guide me how to create the certificate so it will be acceptable by the browser ? it is not me who creates the certs and i want to guide the relevant guy &lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 08:27:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/https-authentication/m-p/391785#M9578</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2019-05-27T08:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: https authentication</title>
      <link>https://community.splunk.com/t5/Security/https-authentication/m-p/391786#M9579</link>
      <description>&lt;P&gt;Hi @sarit_s,&lt;/P&gt;

&lt;P&gt;Hope you're well, to enable https without your own certs use this :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[settings] 
enableSplunkWebSSL = true 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you want to add your own certs please follow this guide step by step to be sure you're not missing anything :&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.6/Security/SecureSplunkWebusingasignedcertificate"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.6/Security/SecureSplunkWebusingasignedcertificate&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;And here is the documentation for creating your own certs for Splunk :&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.6/Security/AboutcreatingcertificatesforSplunk"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.6/Security/AboutcreatingcertificatesforSplunk&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Please let me know if you're stuck anywhere.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
David&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 09:01:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/https-authentication/m-p/391786#M9579</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-27T09:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: https authentication</title>
      <link>https://community.splunk.com/t5/Security/https-authentication/m-p/391787#M9580</link>
      <description>&lt;P&gt;Hi David,&lt;BR /&gt;
thanks&lt;BR /&gt;
this is exactly what  i did but when trying to start splunk the service is up and web not starts &lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 09:06:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/https-authentication/m-p/391787#M9580</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2019-05-27T09:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: https authentication</title>
      <link>https://community.splunk.com/t5/Security/https-authentication/m-p/391788#M9581</link>
      <description>&lt;P&gt;you added this and it's not working ?&lt;BR /&gt;&lt;BR /&gt;
    [settings] &lt;BR /&gt;
     enableSplunkWebSSL = true &lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 09:07:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/https-authentication/m-p/391788#M9581</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-27T09:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: https authentication</title>
      <link>https://community.splunk.com/t5/Security/https-authentication/m-p/391789#M9582</link>
      <description>&lt;P&gt;Please check what errors you're getting in /opt/splunk/var/log/splunk/splunkd.log and post it here, we should be able to solve the problem with that &lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 09:09:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/https-authentication/m-p/391789#M9582</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-27T09:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: https authentication</title>
      <link>https://community.splunk.com/t5/Security/https-authentication/m-p/391790#M9583</link>
      <description>&lt;P&gt;this is what i see:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;HttpListener - Socket error from 10.11.44.171:65337 while idling: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown&lt;/P&gt;

&lt;P&gt;SSLCommon - Received fatal SSL3 alert. ssl_state='SSLv3 read finished A', alert_description='certificate unknown'.&lt;/P&gt;

&lt;P&gt;SSLCommon - Received fatal SSL3 alert. ssl_state='SSLv3 read client key exchange A', alert_description='certificate unknown'.&lt;/P&gt;

&lt;P&gt;X509Verify - X509 certificate (O=SplunkUser,CN=usnv02splunk01) should not be used, as it is issued by Splunk's own default Certificate Authority (CA). This puts your Splunk instance at very high-risk of the MITM attack. Either commercial-CA-signed or self-CA-signed certificates must be used; see: &lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:43:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/https-authentication/m-p/391790#M9583</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2020-09-30T00:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: https authentication</title>
      <link>https://community.splunk.com/t5/Security/https-authentication/m-p/391791#M9584</link>
      <description>&lt;P&gt;Check if anything is pointing to Splunk's default certs and make sure that your certs are the ones that Splunk is pointing to : &lt;BR /&gt;
$SPLUNK_HOME/bin/splunk cmd btool inputs list --debug&lt;BR /&gt;
$SPLUNK_HOME/bin/splunk cmd btool outputs list --debug&lt;BR /&gt;
$SPLUNK_HOME/bin/splunk cmd btool server list --debug&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:40:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/https-authentication/m-p/391791#M9584</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2020-09-30T00:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: https authentication</title>
      <link>https://community.splunk.com/t5/Security/https-authentication/m-p/391792#M9585</link>
      <description>&lt;P&gt;i see this:&lt;BR /&gt;
/opt/splunk/etc/system/default/server.conf                             serverCert = $SPLUNK_HOME/etc/auth/server.pem&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/system/default/server.conf                             caCertFile = $SPLUNK_HOME/etc/auth/cacert.pem&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/system/default/server.conf                             caCertFile = $SPLUNK_HOME/etc/auth/appsLicenseCA.pem&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 10:13:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/https-authentication/m-p/391792#M9585</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2019-05-27T10:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: https authentication</title>
      <link>https://community.splunk.com/t5/Security/https-authentication/m-p/391793#M9586</link>
      <description>&lt;P&gt;these are the defaults right ? Did you try replacing with you own files ? &lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 11:43:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/https-authentication/m-p/391793#M9586</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-27T11:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: https authentication</title>
      <link>https://community.splunk.com/t5/Security/https-authentication/m-p/391794#M9587</link>
      <description>&lt;P&gt;no.. should i ? &lt;BR /&gt;
the defaults is not for examples ?&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 12:05:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/https-authentication/m-p/391794#M9587</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2019-05-27T12:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: https authentication</title>
      <link>https://community.splunk.com/t5/Security/https-authentication/m-p/391795#M9588</link>
      <description>&lt;P&gt;If you uncommented this then you should be using your own set of keys :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#privKeyPath = /opt/splunk/etc/auth/wildkey.key 
#serverCert = /opt/splunk/etc/auth/wildkey.pem 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 May 2019 12:12:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/https-authentication/m-p/391795#M9588</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-27T12:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: https authentication</title>
      <link>https://community.splunk.com/t5/Security/https-authentication/m-p/391796#M9589</link>
      <description>&lt;P&gt;this is what im trying to do but when im uncommented it splunk web does not start&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 12:14:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/https-authentication/m-p/391796#M9589</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2019-05-27T12:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: https authentication</title>
      <link>https://community.splunk.com/t5/Security/https-authentication/m-p/391797#M9590</link>
      <description>&lt;P&gt;it is working. it was a problem with the cert file &lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 12:24:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/https-authentication/m-p/391797#M9590</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2019-05-27T12:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: https authentication</title>
      <link>https://community.splunk.com/t5/Security/https-authentication/m-p/391798#M9591</link>
      <description>&lt;P&gt;haha... that explains the &lt;CODE&gt;alert_description='certificate unknown'.&lt;/CODE&gt; &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; good job !&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 12:35:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/https-authentication/m-p/391798#M9591</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-27T12:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: https authentication</title>
      <link>https://community.splunk.com/t5/Security/https-authentication/m-p/391799#M9592</link>
      <description>&lt;P&gt;thanks David for all your help !&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 18:08:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/https-authentication/m-p/391799#M9592</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2019-05-27T18:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: https authentication</title>
      <link>https://community.splunk.com/t5/Security/https-authentication/m-p/391800#M9593</link>
      <description>&lt;P&gt;most welcome ! Please upvote or accept if it's helpful ! ^^&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 18:12:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/https-authentication/m-p/391800#M9593</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-27T18:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: https authentication</title>
      <link>https://community.splunk.com/t5/Security/https-authentication/m-p/391801#M9594</link>
      <description>&lt;P&gt;certificate needs to be created by authorised authority , if it has to be valid in a browser.  Please have a read on: &lt;A href="https://en.wikipedia.org/wiki/Certificate_authority"&gt;https://en.wikipedia.org/wiki/Certificate_authority&lt;/A&gt; .  . Your organisation may already have a team to do this and liase with a Certificate Authority (CA) already&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 18:42:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/https-authentication/m-p/391801#M9594</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-27T18:42:25Z</dc:date>
    </item>
  </channel>
</rss>

