<?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: Splunkweb Self-Signed SSL certificates not working with Chrome in Security</title>
    <link>https://community.splunk.com/t5/Security/Splunkweb-Self-Signed-SSL-certificates-not-working-with-Chrome/m-p/368206#M9146</link>
    <description>&lt;P&gt;I have the same issues &lt;/P&gt;</description>
    <pubDate>Thu, 01 Nov 2018 19:49:53 GMT</pubDate>
    <dc:creator>jmajumdar</dc:creator>
    <dc:date>2018-11-01T19:49:53Z</dc:date>
    <item>
      <title>Splunkweb Self-Signed SSL certificates not working with Chrome</title>
      <link>https://community.splunk.com/t5/Security/Splunkweb-Self-Signed-SSL-certificates-not-working-with-Chrome/m-p/368204#M9144</link>
      <description>&lt;P&gt;I followed this guide for setting up self-signed certs with Splunk:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.1/Security/Howtoself-signcertificates" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.1/Security/Howtoself-signcertificates&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I used the steps above for creating the CA certs.  For getting Splunk web certs, I followed this guide (the one above is missing step to remove the password from the server private key):&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.1/Security/Self-signcertificatesforSplunkWeb" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.1/Security/Self-signcertificatesforSplunkWeb&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Firefox connects just fine.  Chrome gives me the following:&lt;/P&gt;

&lt;P&gt;NET::ERR_CERT_INVALID&lt;BR /&gt;
index01 normally uses encryption to protect your information. When Google Chrome tried to connect to index01 this time, the website sent back unusual and incorrect credentials. This may happen when an attacker is trying to pretend to be index01, or a Wi-Fi sign-in screen has interrupted the connection. Your information is still secure because Google Chrome stopped the connection before any data was exchanged.&lt;/P&gt;

&lt;P&gt;You cannot visit index01 right now because the website sent scrambled credentials that Google Chrome cannot process. Network errors and attacks are usually temporary, so this page will probably work later.&lt;/P&gt;

&lt;P&gt;I looked around here and found an answer that pointed to this link about how to export the certificate from Firefox and then import it into Chrome:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/7580508/getting-chrome-to-accept-self-signed-localhost-certificate#15076602" target="_blank"&gt;https://stackoverflow.com/questions/7580508/getting-chrome-to-accept-self-signed-localhost-certificate#15076602&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I'm still getting this error.  Any ideas what might be the problem?&lt;/P&gt;

&lt;P&gt;Here are the exact commands I ran:&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/bin/splunk cmd openssl genrsa -aes256 -out myCAPrivateKey.key 2048&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/bin/splunk cmd openssl req -new -key myCAPrivateKey.key -out myCACertificate.csr&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/bin/splunk cmd openssl x509 -req -in myCACertificate.csr -sha512 -signkey myCAPrivateKey.key -CAcreateserial -out myCACertificate.pem -days 1095&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/bin/splunk cmd openssl genrsa -aes256 -out index01.key 2048&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/bin/splunk cmd openssl req -new -key index01.key -out index01.csr&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/bin/splunk cmd openssl x509 -req -in index01.csr -SHA256 -CA myCACertificate.pem -CAkey myCAPrivateKey.key -CAcreateserial -out index01.pem -days 1095&lt;/P&gt;

&lt;P&gt;cat index01.pem index01.key myCACertificate.pem &amp;gt; index01_cert.pem&lt;/P&gt;

&lt;P&gt;Remove password from key:&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/bin/splunk cmd openssl rsa -in index01.key -out index01_nopass.key&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/bin/splunk cmd openssl req -new -key index01_nopass.key -out index01_web.csr&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/bin/splunk cmd openssl x509 -req -in index01_web.csr -CA myCACertificate.pem -CAkey myCAPrivateKey.key -CAcreateserial -out index01_web.pem -days 1095&lt;/P&gt;

&lt;P&gt;cat index01_web.pem myCACertificate.pem &amp;gt; index01_ssl.pem&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:27:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunkweb-Self-Signed-SSL-certificates-not-working-with-Chrome/m-p/368204#M9144</guid>
      <dc:creator>responsys_cm</dc:creator>
      <dc:date>2020-09-29T17:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkweb Self-Signed SSL certificates not working with Chrome</title>
      <link>https://community.splunk.com/t5/Security/Splunkweb-Self-Signed-SSL-certificates-not-working-with-Chrome/m-p/368205#M9145</link>
      <description>&lt;P&gt;We have the same issue. Any updates?&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 15:27:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunkweb-Self-Signed-SSL-certificates-not-working-with-Chrome/m-p/368205#M9145</guid>
      <dc:creator>gsngames</dc:creator>
      <dc:date>2018-05-29T15:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkweb Self-Signed SSL certificates not working with Chrome</title>
      <link>https://community.splunk.com/t5/Security/Splunkweb-Self-Signed-SSL-certificates-not-working-with-Chrome/m-p/368206#M9146</link>
      <description>&lt;P&gt;I have the same issues &lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 19:49:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunkweb-Self-Signed-SSL-certificates-not-working-with-Chrome/m-p/368206#M9146</guid>
      <dc:creator>jmajumdar</dc:creator>
      <dc:date>2018-11-01T19:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkweb Self-Signed SSL certificates not working with Chrome</title>
      <link>https://community.splunk.com/t5/Security/Splunkweb-Self-Signed-SSL-certificates-not-working-with-Chrome/m-p/368207#M9147</link>
      <description>&lt;P&gt;Same issue here.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 21:34:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunkweb-Self-Signed-SSL-certificates-not-working-with-Chrome/m-p/368207#M9147</guid>
      <dc:creator>bgreske</dc:creator>
      <dc:date>2018-11-12T21:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkweb Self-Signed SSL certificates not working with Chrome</title>
      <link>https://community.splunk.com/t5/Security/Splunkweb-Self-Signed-SSL-certificates-not-working-with-Chrome/m-p/368208#M9148</link>
      <description>&lt;P&gt;click anywhere on the screen and type:&lt;/P&gt;

&lt;P&gt;thisisunsafe&lt;/P&gt;

&lt;P&gt;It will let continue to the page.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 06:27:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunkweb-Self-Signed-SSL-certificates-not-working-with-Chrome/m-p/368208#M9148</guid>
      <dc:creator>rsolutions</dc:creator>
      <dc:date>2020-04-16T06:27:34Z</dc:date>
    </item>
  </channel>
</rss>

