<?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 unable to access the webUI, and im getting this error in my splunkd.log..anyone know how to fix this? in Security</title>
    <link>https://community.splunk.com/t5/Security/unable-to-access-the-webUI-and-im-getting-this-error-in-my/m-p/59774#M2009</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;01-24-2012 17:35:39.483 -0800 ERROR SSLCommon - Can't read key file /opt/splunk/etc/auth/server.pem errno=101077092 error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt.
01-24-2012 17:35:39.483 -0800 ERROR HTTPServer - SSL context could not be created - error in cert or password is wrong
01-24-2012 17:35:39.483 -0800 ERROR HTTPServer - SSL will not be enable
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 27 Jan 2012 18:53:03 GMT</pubDate>
    <dc:creator>jbsplunk</dc:creator>
    <dc:date>2012-01-27T18:53:03Z</dc:date>
    <item>
      <title>unable to access the webUI, and im getting this error in my splunkd.log..anyone know how to fix this?</title>
      <link>https://community.splunk.com/t5/Security/unable-to-access-the-webUI-and-im-getting-this-error-in-my/m-p/59774#M2009</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;01-24-2012 17:35:39.483 -0800 ERROR SSLCommon - Can't read key file /opt/splunk/etc/auth/server.pem errno=101077092 error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt.
01-24-2012 17:35:39.483 -0800 ERROR HTTPServer - SSL context could not be created - error in cert or password is wrong
01-24-2012 17:35:39.483 -0800 ERROR HTTPServer - SSL will not be enable
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Jan 2012 18:53:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/unable-to-access-the-webUI-and-im-getting-this-error-in-my/m-p/59774#M2009</guid>
      <dc:creator>jbsplunk</dc:creator>
      <dc:date>2012-01-27T18:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: unable to access the webUI, and im getting this error in my splunkd.log..anyone know how to fix this?</title>
      <link>https://community.splunk.com/t5/Security/unable-to-access-the-webUI-and-im-getting-this-error-in-my/m-p/59775#M2010</link>
      <description>&lt;P&gt;A few things come to mind initially.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt; Did your /opt/splunk/etc/auth/splunk.secret file change?&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt; Are you perhaps running Splunk as a different user than usual?  For example, if you used to run it as user "root" and are now trying to run it as user "splunk", some things won't work until you chown -R your entire Splunk hierarchy.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Fri, 27 Jan 2012 19:01:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/unable-to-access-the-webUI-and-im-getting-this-error-in-my/m-p/59775#M2010</guid>
      <dc:creator>Sqig</dc:creator>
      <dc:date>2012-01-27T19:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: unable to access the webUI, and im getting this error in my splunkd.log..anyone know how to fix this?</title>
      <link>https://community.splunk.com/t5/Security/unable-to-access-the-webUI-and-im-getting-this-error-in-my/m-p/59776#M2011</link>
      <description>&lt;P&gt;I just had a similar problem where my server.conf was configured with the incorrect password:&lt;/P&gt;

&lt;P&gt;[sslConfig]&lt;BR /&gt;
sslKeysfilePassword = KingOfKrunk&lt;/P&gt;

&lt;P&gt;You can either edit (sever.conf) and enter the correct password for  [sslconfig] 'sslKeysfilePassword' to decrypt server.pem OR generate a new signed cert and key pair using:&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/bin/genSignedServerCert.sh&lt;/P&gt;

&lt;P&gt;this script will allow you to enter a new PEM pass phrase which will need to be transfer into server.conf&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2012 20:09:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/unable-to-access-the-webUI-and-im-getting-this-error-in-my/m-p/59776#M2011</guid>
      <dc:creator>Chubbybunny</dc:creator>
      <dc:date>2012-01-27T20:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: unable to access the webUI, and im getting this error in my splunkd.log..anyone know how to fix this?</title>
      <link>https://community.splunk.com/t5/Security/unable-to-access-the-webUI-and-im-getting-this-error-in-my/m-p/59777#M2012</link>
      <description>&lt;P&gt;as of 4.3&lt;/P&gt;

&lt;P&gt;NOTE: This script is deprecated.  Instead, use "splunk createssl server-cert".&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2012 20:05:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/unable-to-access-the-webUI-and-im-getting-this-error-in-my/m-p/59777#M2012</guid>
      <dc:creator>dlang</dc:creator>
      <dc:date>2012-06-14T20:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: unable to access the webUI, and im getting this error in my splunkd.log..anyone know how to fix this?</title>
      <link>https://community.splunk.com/t5/Security/unable-to-access-the-webUI-and-im-getting-this-error-in-my/m-p/59778#M2013</link>
      <description>&lt;P&gt;We just encountered the same problem after upgrading from Splunk 5 to Splunk 6.1. We overcame the issue by commenting out the [sslconfig] stanza in server.conf and restarting splunkd. This forces Splunk to generate a new SSL password and all checks passed on start up.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2014 09:34:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/unable-to-access-the-webUI-and-im-getting-this-error-in-my/m-p/59778#M2013</guid>
      <dc:creator>watsm10</dc:creator>
      <dc:date>2014-06-30T09:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: unable to access the webUI, and im getting this error in my splunkd.log..anyone know how to fix this?</title>
      <link>https://community.splunk.com/t5/Security/unable-to-access-the-webUI-and-im-getting-this-error-in-my/m-p/59779#M2014</link>
      <description>&lt;P&gt;This worked perfectly for me.&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2015 18:54:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/unable-to-access-the-webUI-and-im-getting-this-error-in-my/m-p/59779#M2014</guid>
      <dc:creator>sbarr0</dc:creator>
      <dc:date>2015-01-20T18:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: unable to access the webUI, and im getting this error in my splunkd.log..anyone know how to fix this?</title>
      <link>https://community.splunk.com/t5/Security/unable-to-access-the-webUI-and-im-getting-this-error-in-my/m-p/59780#M2015</link>
      <description>&lt;P&gt;Superb, Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 14:07:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/unable-to-access-the-webUI-and-im-getting-this-error-in-my/m-p/59780#M2015</guid>
      <dc:creator>neelamsantosh</dc:creator>
      <dc:date>2016-01-28T14:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: unable to access the webUI, and im getting this error in my splunkd.log..anyone know how to fix this?</title>
      <link>https://community.splunk.com/t5/Security/unable-to-access-the-webUI-and-im-getting-this-error-in-my/m-p/59781#M2016</link>
      <description>&lt;P&gt;In my case, since I am not using any SSL encryption for my test Splunk instance. I simply backup/remove both /opt/splunk/etc/system/local/server.conf and the /opt/splunk/etc/auth/server.pem file. Then restart splunkd, this fix my issue.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 21:43:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/unable-to-access-the-webUI-and-im-getting-this-error-in-my/m-p/59781#M2016</guid>
      <dc:creator>season88481</dc:creator>
      <dc:date>2019-04-08T21:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: unable to access the webUI, and im getting this error in my splunkd.log..anyone know how to fix this?</title>
      <link>https://community.splunk.com/t5/Security/unable-to-access-the-webUI-and-im-getting-this-error-in-my/m-p/692425#M17958</link>
      <description>&lt;P&gt;Thanks so much. This 10 year old post helped me resolve my issue!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 18:05:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/unable-to-access-the-webUI-and-im-getting-this-error-in-my/m-p/692425#M17958</guid>
      <dc:creator>WumboJumbo675</dc:creator>
      <dc:date>2024-07-04T18:05:59Z</dc:date>
    </item>
  </channel>
</rss>

