<?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: Install Certificate over 8089 port in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Certificate/m-p/515492#M87297</link>
    <description>&lt;P&gt;I reset SSL password, now i see below error only:&lt;/P&gt;&lt;P&gt;The certificate generation script did not generate the expected certificate file:C:\%ProgramFiles%\SplunkUniversalForwarder\etc\auth\ufcert.pem. Splunkd port communication will not work.&lt;BR /&gt;08-21-2020 08:13:53.406 -0700 ERROR loader - SSL certificate generation failed.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Aug 2020 15:21:20 GMT</pubDate>
    <dc:creator>venkateshparank</dc:creator>
    <dc:date>2020-08-21T15:21:20Z</dc:date>
    <item>
      <title>Certificate</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Certificate/m-p/515360#M87282</link>
      <description>&lt;P&gt;When i try to access server through 8089 where Forwarder is installed, i am seeing Invalid certificate.&lt;/P&gt;&lt;P&gt;"This CA Root certificate is not trusted because it is not in the Trusted Root Certification Authorities store."&lt;/P&gt;&lt;P&gt;How can i install self certification for 8089 port.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 18:49:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Certificate/m-p/515360#M87282</guid>
      <dc:creator>venkateshparank</dc:creator>
      <dc:date>2020-08-21T18:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Install Certificate over 8089 port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Certificate/m-p/515430#M87286</link>
      <description>&lt;P&gt;Is this Universal Forwarder or Heavy Forwarder ? If it is UF then do you really need to access management port 8089 via browser ? In most of the cases we disable management port on UF.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 12:18:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Certificate/m-p/515430#M87286</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2020-08-21T12:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Install Certificate over 8089 port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Certificate/m-p/515444#M87288</link>
      <description>&lt;P&gt;This is for UF. Usually we dont&amp;nbsp;&lt;SPAN&gt;need to access management port 8089 via browser. I have disabled the HTTP port as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But our management wants to have it open and install self generated certificate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please suggest.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 13:02:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Certificate/m-p/515444#M87288</guid>
      <dc:creator>venkateshparank</dc:creator>
      <dc:date>2020-08-21T13:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Install Certificate over 8089 port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Certificate/m-p/515458#M87289</link>
      <description>&lt;P&gt;You need to configure server.conf on UF with your self generated certificate. If you are using Deployment Server to for UF configuration then there might be possibility that once you implement certificate on UF, connectivity will break between UF and Deployment Server.&lt;/P&gt;&lt;P&gt;server.conf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[sslConfig]

enableSplunkdSSL = true

serverCert =  The full path to the PEM format server certificate file. Default certificates 
($SPLUNK_HOME/etc/auth/server.pem) are generated by Splunk at start. To secure Splunk, 
you should replace the default cert with your own PEM file.

sslPassword = your_password

sslRootCAPath = absolute path to the operating system's root CA (Certificate Authority) PEM 
format file containing one or more root CA. Do not configure this attribute on Windows.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 13:58:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Certificate/m-p/515458#M87289</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2020-08-21T13:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Install Certificate over 8089 port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Certificate/m-p/515478#M87292</link>
      <description>&lt;P&gt;I placed .pem file under&amp;nbsp;C:\Program Files\SplunkUniversalForwarder\etc\auth\&lt;/P&gt;&lt;P&gt;and added below in server.conf under&amp;nbsp;C:\Program Files\SplunkUniversalForwarder\etc\system\local&lt;/P&gt;&lt;P&gt;[sslConfig]&lt;BR /&gt;enableSplunkdSSL = true&lt;BR /&gt;serverCert = C:\Program Files\SplunkUniversalForwarder\etc\auth\ufcert.pem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i try restart UF, the service is not starting. it starts and stops quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 14:25:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Certificate/m-p/515478#M87292</guid>
      <dc:creator>venkateshparank</dc:creator>
      <dc:date>2020-08-21T14:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Install Certificate over 8089 port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Certificate/m-p/515479#M87293</link>
      <description>&lt;P&gt;Does your cert key encrypted ? If yes then you need to configure sslPassword in server.conf&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 14:28:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Certificate/m-p/515479#M87293</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2020-08-21T14:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Install Certificate over 8089 port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Certificate/m-p/515488#M87296</link>
      <description>&lt;P&gt;I see below error when i manually try to decrypt, i got below error:&lt;/P&gt;&lt;P&gt;No bootstrap configuration available for: \etc&lt;BR /&gt;Invalid setting for server.conf/[general]/legacyCiphers&lt;BR /&gt;Failed to write splunk.secret '\etc\auth\splunk.secret' file. errno=The handle i&lt;BR /&gt;s invalid.&lt;BR /&gt;File stat cannot be obtained on \etc\auth\splunk.secret.&lt;BR /&gt;Unable to get file status for mod-time on file \etc\auth\splunk.secret&lt;BR /&gt;error:00000000:lib(0):func(0):reason(0)&lt;BR /&gt;AES-GCM Decryption failed!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Splunkd.log:&lt;/P&gt;&lt;P&gt;08-21-2020 07:37:30.442 -0700 ERROR loader - win-service: Error running pre-flight-checks (_pclose returned 4).&lt;BR /&gt;08-21-2020 07:37:30.442 -0700 ERROR loader - win-service: Here is the output from running pre-flight-checks:&lt;BR /&gt;08-21-2020 07:37:30.442 -0700 ERROR loader - error:00000000:lib(0):func(0):reason(0)&lt;BR /&gt;08-21-2020 07:37:30.442 -0700 ERROR loader - AES-GCM Decryption failed!&lt;BR /&gt;08-21-2020 07:37:30.442 -0700 ERROR loader - Decryption operation failed: AES-GCM Decryption failed!&lt;BR /&gt;08-21-2020 07:37:30.442 -0700 ERROR loader - The certificate generation script did not generate the expected certificate file:C:\%ProgramFiles%\SplunkUniversalForwarder\etc\auth\ufcert.pem. Splunkd port communication will not work.&lt;BR /&gt;08-21-2020 07:37:30.442 -0700 ERROR loader - SSL certificate generation failed.&lt;BR /&gt;08-21-2020 07:37:30.442 -0700 ERROR loader - &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; EOF (pre-flight-checks)&lt;BR /&gt;Decryption operation failed: AES-GCM Decryption failed!&lt;BR /&gt;Decryption operation failed: AES-GCM Decryption failed!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 15:08:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Certificate/m-p/515488#M87296</guid>
      <dc:creator>venkateshparank</dc:creator>
      <dc:date>2020-08-21T15:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Install Certificate over 8089 port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Certificate/m-p/515492#M87297</link>
      <description>&lt;P&gt;I reset SSL password, now i see below error only:&lt;/P&gt;&lt;P&gt;The certificate generation script did not generate the expected certificate file:C:\%ProgramFiles%\SplunkUniversalForwarder\etc\auth\ufcert.pem. Splunkd port communication will not work.&lt;BR /&gt;08-21-2020 08:13:53.406 -0700 ERROR loader - SSL certificate generation failed.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 15:21:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Certificate/m-p/515492#M87297</guid>
      <dc:creator>venkateshparank</dc:creator>
      <dc:date>2020-08-21T15:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Install Certificate over 8089 port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Certificate/m-p/515987#M87350</link>
      <description>&lt;P&gt;Looks like ufcert.pem permission issue, splunk should not generate that certificate.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 10:47:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Certificate/m-p/515987#M87350</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2020-08-25T10:47:37Z</dc:date>
    </item>
  </channel>
</rss>

