<?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: SSL Errors Encountered when using a Universal Forwarder as an Intermediate Forwarder with SSL configured in Security</title>
    <link>https://community.splunk.com/t5/Security/SSL-Errors-Encountered-when-using-a-Universal-Forwarder-as-an/m-p/319028#M12814</link>
    <description>&lt;P&gt;I remember running into this I think. Are you sure your concatenated certificates are correctly formatted? Splunk wants the PEM cert file for the serverCert and clientCert entry to be the cert, key, and CA cert in that order (CA at end).&lt;/P&gt;</description>
    <pubDate>Thu, 10 Jan 2019 21:29:27 GMT</pubDate>
    <dc:creator>bec</dc:creator>
    <dc:date>2019-01-10T21:29:27Z</dc:date>
    <item>
      <title>SSL Errors Encountered when using a Universal Forwarder as an Intermediate Forwarder with SSL configured</title>
      <link>https://community.splunk.com/t5/Security/SSL-Errors-Encountered-when-using-a-Universal-Forwarder-as-an/m-p/319027#M12813</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I am having some issues configuring an Intermediate Forwarder (IF) in our environment. The intermediate Forwarder is installed using a Universal Forwarder (UF) as per the document:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Forwarding/Configureanintermediateforwarder" target="_blank"&gt;http://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Forwarding/Configureanintermediateforwarder&lt;/A&gt;. Basically a host has the Universal Forwarder installed with the following inputs.conf and ouputs.conf files within the system\local directory:&lt;/P&gt;

&lt;P&gt;++++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;

&lt;P&gt;****&lt;STRONG&gt;&lt;EM&gt;Inputs.conf&lt;/EM&gt;&lt;/STRONG&gt;****&lt;/P&gt;

&lt;P&gt;[splunktcp-ssl:9997]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
[SSL]&lt;BR /&gt;
serverCert = Certificate&lt;BR /&gt;
sslPassword = Password&lt;BR /&gt;
requireClientCert = false&lt;BR /&gt;
sslVersions = tls1.2&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = splunkindexer&lt;BR /&gt;
disabled = false&lt;/P&gt;

&lt;P&gt;++++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Outputs.conf&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[tcpout:splunkindexer]&lt;BR /&gt;
server = server&lt;BR /&gt;
clientCert = Certificate&lt;BR /&gt;
sslPassword = Password&lt;BR /&gt;
sslVerifyServerCert = false&lt;BR /&gt;
sslVersions = tls1.2&lt;/P&gt;

&lt;P&gt;++++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;

&lt;P&gt;The server acting as the IF sends its logs to the Indexer as I am able to see the server in the splunk console, however I get following error messages displayed within splunkd.log on the IF in the following configurations:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;sslVersions = tls1.2&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;With the "sslVersions = tls1.2" configured in the inputs.conf on the receiving Indexer, the inputs.conf and outputs.conf  on the IF and outputs.conf on the UFs forwarding the data to the IF, I get the following error:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;ERROR TcpInputProc - Error encountered for connection from src=:59393. error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;*&lt;EM&gt;sslVersions = *&lt;/EM&gt;*&lt;/P&gt;

&lt;P&gt;If the "sslVersions = *" value is configured on the inputs.conf on the receiving Indexer, the inputs.conf and outputs.conf  on the IF and outputs.conf on the UFs forwarding the data to the IF, I get the following error:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;ERROR TcpInputProc - Error encountered for connection from src=:57719. error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I have:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;re-entered the certificate password
and restarted the service&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Removed the
SSL config details from the
inputs.conf file on the IF and no data
gets forwarded&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;There are no problems with the configuration as displayed above if the outputs.conf file is configured as above on any other host forwarding its logs directly to the Indexer and the inputs.conf file is configured as above.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:03:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-Errors-Encountered-when-using-a-Universal-Forwarder-as-an/m-p/319027#M12813</guid>
      <dc:creator>tcartsplunk</dc:creator>
      <dc:date>2020-09-29T17:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Errors Encountered when using a Universal Forwarder as an Intermediate Forwarder with SSL configured</title>
      <link>https://community.splunk.com/t5/Security/SSL-Errors-Encountered-when-using-a-Universal-Forwarder-as-an/m-p/319028#M12814</link>
      <description>&lt;P&gt;I remember running into this I think. Are you sure your concatenated certificates are correctly formatted? Splunk wants the PEM cert file for the serverCert and clientCert entry to be the cert, key, and CA cert in that order (CA at end).&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 21:29:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-Errors-Encountered-when-using-a-Universal-Forwarder-as-an/m-p/319028#M12814</guid>
      <dc:creator>bec</dc:creator>
      <dc:date>2019-01-10T21:29:27Z</dc:date>
    </item>
  </channel>
</rss>

