<?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: Why is SSL on Universal Forwarder failing with error &amp;quot;WARN  SSLCommon - Received fatal SSL3 alert&amp;quot;? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-SSL-on-Universal-Forwarder-failing-with-error-quot-WARN/m-p/297542#M56310</link>
    <description>&lt;P&gt;Your post popped up when I was looking for a solution to my "self signed certificate in certificate chain" error.  In my case, it was because my inputs.conf file on the indexer was missing (this is Windows, obviously):&lt;BR /&gt;
rootCA = $SPLUNK_HOME\etc\auth\cacert.pem&lt;/P&gt;

&lt;P&gt;I was still indexing OK from the forwarders, it was just throwing that warning.&lt;/P&gt;

&lt;P&gt;Maybe post your inputs.conf [SSL] stanza contents (without any passwords) to give readers some hints.&lt;/P&gt;

&lt;P&gt;This is what a functioning version looks like on one of our test indexers:&lt;/P&gt;

&lt;P&gt;[SSL]&lt;BR /&gt;
sslPassword = &lt;BR /&gt;
requireClientCert = true&lt;BR /&gt;
sslVersions = tls1.2&lt;BR /&gt;
serverCert = $SPLUNK_HOME\etc\auth\server.pem&lt;BR /&gt;
rootCA = $SPLUNK_HOME\etc\auth\cacert.pem&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 14:54:02 GMT</pubDate>
    <dc:creator>cmaier</dc:creator>
    <dc:date>2020-09-29T14:54:02Z</dc:date>
    <item>
      <title>Why is SSL on Universal Forwarder failing with error "WARN  SSLCommon - Received fatal SSL3 alert"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-SSL-on-Universal-Forwarder-failing-with-error-quot-WARN/m-p/297541#M56309</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I just followed the answer in the below post to configure SSL between my UF and the indexer:&lt;/P&gt;

&lt;P&gt;answers.splunk.com/answers/211383/why-am-i-getting-errors-with-my-ssl-configuration.html?utm_source=typeahead&amp;amp;utm_medium=newquestion&amp;amp;utm_campaign=no_votes_sort_relev&lt;/P&gt;

&lt;P&gt;Im seeing the following error in the splunkd.log when i restart splunkd:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;07-06-2017 16:08:22.151 +0100 ERROR X509Verify - X509 certificate (O=SplunkUser,CN=SplunkCA,O=SplunkInc,L=SanFrancisco,ST=CA,C=US) failed validation; error=19, reason="self signed certificate in certificate chain"
07-06-2017 16:08:22.151 +0100 WARN  SSLCommon - Received fatal SSL3 alert. ssl_state='SSLv3 read server certificate B', alert_description='unknown CA'.
07-06-2017 16:08:22.151 +0100 ERROR TcpOutputFd - Connection to host=xxx.xxx.xxx.xxx:9778 failed. sock_error = 0. SSL Error = error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed
07-06-2017 16:08:22.193 +0100 ERROR X509Verify - X509 certificate (O=SplunkUser,CN=SplunkCA,O=SplunkInc,L=SanFrancisco,ST=CA,C=US) failed validation; error=19, reason="self signed certificate in certificate chain"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any pointers on this would be great, i've tried using signed certs and was seeing the same error.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:46:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-SSL-on-Universal-Forwarder-failing-with-error-quot-WARN/m-p/297541#M56309</guid>
      <dc:creator>samhodgson</dc:creator>
      <dc:date>2020-09-29T14:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why is SSL on Universal Forwarder failing with error "WARN  SSLCommon - Received fatal SSL3 alert"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-SSL-on-Universal-Forwarder-failing-with-error-quot-WARN/m-p/297542#M56310</link>
      <description>&lt;P&gt;Your post popped up when I was looking for a solution to my "self signed certificate in certificate chain" error.  In my case, it was because my inputs.conf file on the indexer was missing (this is Windows, obviously):&lt;BR /&gt;
rootCA = $SPLUNK_HOME\etc\auth\cacert.pem&lt;/P&gt;

&lt;P&gt;I was still indexing OK from the forwarders, it was just throwing that warning.&lt;/P&gt;

&lt;P&gt;Maybe post your inputs.conf [SSL] stanza contents (without any passwords) to give readers some hints.&lt;/P&gt;

&lt;P&gt;This is what a functioning version looks like on one of our test indexers:&lt;/P&gt;

&lt;P&gt;[SSL]&lt;BR /&gt;
sslPassword = &lt;BR /&gt;
requireClientCert = true&lt;BR /&gt;
sslVersions = tls1.2&lt;BR /&gt;
serverCert = $SPLUNK_HOME\etc\auth\server.pem&lt;BR /&gt;
rootCA = $SPLUNK_HOME\etc\auth\cacert.pem&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:54:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-SSL-on-Universal-Forwarder-failing-with-error-quot-WARN/m-p/297542#M56310</guid>
      <dc:creator>cmaier</dc:creator>
      <dc:date>2020-09-29T14:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why is SSL on Universal Forwarder failing with error "WARN  SSLCommon - Received fatal SSL3 alert"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-SSL-on-Universal-Forwarder-failing-with-error-quot-WARN/m-p/297543#M56311</link>
      <description>&lt;P&gt;Many thanks for posting your solution, I did eventually resolve this actually - i should have posted the fix.  I used btool to list all of the current parameter values in use and there was a parameter called something like caserver that I hadnt set and it was still pointing to the default cert.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 07:58:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-SSL-on-Universal-Forwarder-failing-with-error-quot-WARN/m-p/297543#M56311</guid>
      <dc:creator>samhodgson</dc:creator>
      <dc:date>2017-07-13T07:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why is SSL on Universal Forwarder failing with error "WARN  SSLCommon - Received fatal SSL3 alert"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-SSL-on-Universal-Forwarder-failing-with-error-quot-WARN/m-p/297544#M56312</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm facing exactly the same issue. I'm using commercial certs.&lt;/P&gt;

&lt;P&gt;I don't see anything pointing to default certs in my case. Can you tell me what was the exact issue in your case and which file/parameter it was pointing to?&lt;/P&gt;

&lt;P&gt;my outputs.conf looks good as well.&lt;/P&gt;

&lt;P&gt;Awaiting your reply.&lt;/P&gt;

&lt;P&gt;Thanks a ton&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 09:23:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-SSL-on-Universal-Forwarder-failing-with-error-quot-WARN/m-p/297544#M56312</guid>
      <dc:creator>splunk_kk</dc:creator>
      <dc:date>2018-03-29T09:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why is SSL on Universal Forwarder failing with error "WARN  SSLCommon - Received fatal SSL3 alert"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-SSL-on-Universal-Forwarder-failing-with-error-quot-WARN/m-p/297545#M56313</link>
      <description>&lt;P&gt;Morning,&lt;/P&gt;

&lt;P&gt;I had a path that was pointing to the default splunk seif signed cert in one of my config files.  Try using btool to check your effective parameters on the config files used for SSL.  For example:&lt;/P&gt;

&lt;P&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;

&lt;P&gt;If your using linux you can grep for things like pem or ssl.  For further info see:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.3/Troubleshooting/Usebtooltotroubleshootconfigurations" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.3/Troubleshooting/Usebtooltotroubleshootconfigurations&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Also, restart splunk and watch the splunkd.log for any ssl related errors when its coming back up.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:51:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-SSL-on-Universal-Forwarder-failing-with-error-quot-WARN/m-p/297545#M56313</guid>
      <dc:creator>samhodgson</dc:creator>
      <dc:date>2020-09-29T18:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why is SSL on Universal Forwarder failing with error "WARN  SSLCommon - Received fatal SSL3 alert"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-SSL-on-Universal-Forwarder-failing-with-error-quot-WARN/m-p/297546#M56314</link>
      <description>&lt;P&gt;Thanks.  This solution worked for me as well....&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 12:56:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-SSL-on-Universal-Forwarder-failing-with-error-quot-WARN/m-p/297546#M56314</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2019-08-07T12:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Why is SSL on Universal Forwarder failing with error "WARN  SSLCommon - Received fatal SSL3 alert"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-SSL-on-Universal-Forwarder-failing-with-error-quot-WARN/m-p/297547#M56315</link>
      <description>&lt;P&gt;Hi Sam,&lt;BR /&gt;
I'm facing the exactly same issue. I ran the btool command but I don't see any key word like SSL or pem..  Do you still recall what specific config files that was still pointing to the default splunk self signed cert in your case?&lt;/P&gt;

&lt;P&gt;Zhang&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 02:33:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-SSL-on-Universal-Forwarder-failing-with-error-quot-WARN/m-p/297547#M56315</guid>
      <dc:creator>zzhao05</dc:creator>
      <dc:date>2020-02-13T02:33:28Z</dc:date>
    </item>
  </channel>
</rss>

