<?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: System not hashing sslPassword server.conf in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/System-not-hashing-sslPassword-server-conf/m-p/414127#M14802</link>
    <description>&lt;P&gt;Ok figured it out.  /opt/splunkforwarder/etc/system/local/server.conf had sslPassword defined.  This caused the app in /opt/splunkforwarder/etc/apps/ssl_config/local/server.conf not to be encrypted.  If you ask me that seems like a bug even though etc/system/local takes precedence over etc/apps/ssl_config/local.  Splunk should still encrypt the file.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 01:30:48 GMT</pubDate>
    <dc:creator>edwardrose</dc:creator>
    <dc:date>2020-09-30T01:30:48Z</dc:date>
    <item>
      <title>System not hashing sslPassword server.conf</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/System-not-hashing-sslPassword-server-conf/m-p/414126#M14801</link>
      <description>&lt;P&gt;Hello All&lt;/P&gt;

&lt;P&gt;I am creating an app that will have all the SSL certs and pem files in it.  As part of the app I have the following server.conf file and web.conf file.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[sslConfig]
enableSplunkdSSL = 1
allowSslCompression = false
useClientSSLCompression = false
useSplunkdClientSSLCompression = false
sslVersions = tls1.1, tls1.2
sslVersionsForClient = tls1.1, tls1.2
serverCert = $SPLUNK_HOME/etc/apps/mentor_ssl_config/mycerts/key_server_cert.pem
sslRootCAPath = $SPLUNK_HOME/etc/apps/mentor_ssl_config/mycerts/digicert_ca_certs.pem
sslPassword = ez2019Test



[settings]
privKeyPath = $SPLUNK_HOME/etc/apps/mentor_ssl_config/mycerts/wildcard.wv.mentorg.com.key
serverCert = $SPLUNK_HOME/etc/apps/mentor_ssl_config/mycerts/server_inter_root_certs.pem
sslPassword = ez2019Test
splunkdConnectionTimeout = 1400
tools.sessions.timeout = 180
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The issue I am having is that the .conf files are not encrypting the password into a hash format and thus the system is failing to check into the deployment server with the following error:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;07-25-2019 11:46:33.227 -0700 ERROR SSLCommon - Can't read key file /opt/splunkforwarder/etc/apps/mentor_ssl_config/mycerts/key_server_cert.pem errno=101077092 error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt.
07-25-2019 11:46:33.227 -0700 ERROR HTTPClient - Couldn't initialize SSL Context for HTTPClient in Deployment Client
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So the question is why isn't it encrypting the SSLPassword for the server.conf file or the web.conf file in my app?&lt;/P&gt;

&lt;P&gt;thanks&lt;BR /&gt;
ed&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 18:51:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/System-not-hashing-sslPassword-server-conf/m-p/414126#M14801</guid>
      <dc:creator>edwardrose</dc:creator>
      <dc:date>2019-07-25T18:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: System not hashing sslPassword server.conf</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/System-not-hashing-sslPassword-server-conf/m-p/414127#M14802</link>
      <description>&lt;P&gt;Ok figured it out.  /opt/splunkforwarder/etc/system/local/server.conf had sslPassword defined.  This caused the app in /opt/splunkforwarder/etc/apps/ssl_config/local/server.conf not to be encrypted.  If you ask me that seems like a bug even though etc/system/local takes precedence over etc/apps/ssl_config/local.  Splunk should still encrypt the file.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:30:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/System-not-hashing-sslPassword-server-conf/m-p/414127#M14802</guid>
      <dc:creator>edwardrose</dc:creator>
      <dc:date>2020-09-30T01:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: System not hashing sslPassword server.conf</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/System-not-hashing-sslPassword-server-conf/m-p/414128#M14803</link>
      <description>&lt;P&gt;well it took care of the server.conf but the web.conf sslPassword is still unencrypted &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 19:00:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/System-not-hashing-sslPassword-server-conf/m-p/414128#M14803</guid>
      <dc:creator>edwardrose</dc:creator>
      <dc:date>2019-07-25T19:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: System not hashing sslPassword server.conf</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/System-not-hashing-sslPassword-server-conf/m-p/744450#M29375</link>
      <description>&lt;P&gt;SIX years later and this is still the behavior. Why is this even allowed to persist?&lt;/P&gt;&lt;P&gt;The DESIGN of your software practically means the only foolproof way to deploy ssl is to use the password "password" because splunk *just might not* feel like re-hashing anything.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do YOU think it's worth your time to fix this for the love of the hundreds of millions of dollars you've earned?&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149"&gt;@splunk&lt;/a&gt;&amp;nbsp;You owe me and my partner some hair.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 19:27:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/System-not-hashing-sslPassword-server-conf/m-p/744450#M29375</guid>
      <dc:creator>jasonlashua</dc:creator>
      <dc:date>2025-04-17T19:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: System not hashing sslPassword server.conf</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/System-not-hashing-sslPassword-server-conf/m-p/744452#M29376</link>
      <description>You should rise a support ticket if you are paid customer otherwise create an idea for this in ideas.splunk.com. Community is not an official Splunk support forum and they don’t take and create cases by questions which are asked here.</description>
      <pubDate>Thu, 17 Apr 2025 20:34:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/System-not-hashing-sslPassword-server-conf/m-p/744452#M29376</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2025-04-17T20:34:50Z</dc:date>
    </item>
  </channel>
</rss>

