<?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 Error while connecting forwarder to Indexer in Security</title>
    <link>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391397#M9560</link>
    <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;P&gt;The issue has been solved after upgrading the forwarder to 6.6 version.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jan 2019 11:44:47 GMT</pubDate>
    <dc:creator>vishaltaneja070</dc:creator>
    <dc:date>2019-01-21T11:44:47Z</dc:date>
    <item>
      <title>SSL Error while connecting forwarder to Indexer</title>
      <link>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391386#M9549</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;P&gt;I am trying to connect Splunk Forwarder 6.3.3 to Indexer 6.6.3. I am getting the below error while using ssl:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ERROR TcpOutputFd - Connection to host=xx.x.xxx.xxx:9997 failed. sock_error = 0. SSL Error = error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed
01-02-2019 02:19:35.424 -0600 ERROR TcpOutputFd - Connection to host=xx.x.xxx.xxx:9997 failed. sock_error = 0. SSL Error = error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The outputs.conf file on forwarder is: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout:x_Indexers]
disabled = false
server = abc:9997
autoLB = true
compressed = false
sslpassword = abcd
sslRootCAPath = abc/abc.crt
sslCertPath = abc/abc.pem
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The inputs.conf file on Indexer is: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunktcp-ssl://9997]
connection_host = abc

[SSL]
compressed = false
password = abcd
requireClientCert = false
rootCA = abc/abc.crt
serverCert = abc/abc.pem
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Not sure what is the issue?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 07:44:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391386#M9549</guid>
      <dc:creator>vishaltaneja070</dc:creator>
      <dc:date>2019-01-03T07:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Error while connecting forwarder to Indexer</title>
      <link>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391387#M9550</link>
      <description>&lt;P&gt;Please follow steps in the documentation :&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.3/Security/ConfigureSplunkforwardingtousesignedcertificates"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.3/Security/ConfigureSplunkforwardingtousesignedcertificates&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 08:03:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391387#M9550</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2019-01-03T08:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Error while connecting forwarder to Indexer</title>
      <link>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391388#M9551</link>
      <description>&lt;P&gt;I have done based on this only. But still didn't work out. Any suggestion based on the error?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 10:26:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391388#M9551</guid>
      <dc:creator>vishaltaneja070</dc:creator>
      <dc:date>2019-01-03T10:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Error while connecting forwarder to Indexer</title>
      <link>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391389#M9552</link>
      <description>&lt;P&gt;Look like you didn't follow document properly, it will be good to provide absolute path for certificates and on Indexer and Forwarder &lt;CODE&gt;sslRootCAPath&lt;/CODE&gt; should be in server.conf&lt;/P&gt;

&lt;P&gt;Please go through documentation provided by @p_gurav and you will able to configure it easily.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 10:52:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391389#M9552</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-01-03T10:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Error while connecting forwarder to Indexer</title>
      <link>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391390#M9553</link>
      <description>&lt;P&gt;Btw, please look at &lt;A href="https://answers.splunk.com/answers/667244/why-are-there-different-names-for-inputsconf-and-o.html"&gt;Why are there different names for inputs.conf and outputs.conf?&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The config parameter names have evolved....&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 12:29:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391390#M9553</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-01-03T12:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Error while connecting forwarder to Indexer</title>
      <link>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391391#M9554</link>
      <description>&lt;P&gt;Didn't get you?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 07:37:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391391#M9554</guid>
      <dc:creator>vishaltaneja070</dc:creator>
      <dc:date>2019-01-04T07:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Error while connecting forwarder to Indexer</title>
      <link>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391392#M9555</link>
      <description>&lt;P&gt;@harsmarvania57 &lt;BR /&gt;
I have followed the doc. As per the doc, server.conf need to defined in Linux system not in case of windows. &lt;BR /&gt;
And also the same configuration is working in one system where Forwarder is on Windows and Indexer in Windows.&lt;BR /&gt;
Issue is persisting in case of using Linux Forwarder and Window Forwarder. And In Linux Forwarder i have already pass the sslRootCAPath in server.conf&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 07:39:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391392#M9555</guid>
      <dc:creator>vishaltaneja070</dc:creator>
      <dc:date>2019-01-04T07:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Error while connecting forwarder to Indexer</title>
      <link>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391393#M9556</link>
      <description>&lt;P&gt;On forwarder, in outputs.conf please change &lt;CODE&gt;sslPassword = abcd&lt;/CODE&gt;, &lt;CODE&gt;P&lt;/CODE&gt; is in capital. Also provide Absolute path for certificate, for example Linux forwarder &lt;CODE&gt;/opt/splunkforwarder/etc/auth/abc/abc.pem&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;On indexer, in inputs.conf &lt;CODE&gt;connection_host&lt;/CODE&gt; should be &lt;CODE&gt;ip, dns or None&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Also can you please confirm are you using same certificate on Indexer and Forwarder?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 12:36:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391393#M9556</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-01-04T12:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Error while connecting forwarder to Indexer</title>
      <link>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391394#M9557</link>
      <description>&lt;P&gt;Hello @harsmarvania57&lt;/P&gt;

&lt;P&gt;These setting are already in place. &lt;BR /&gt;
connection_host is set to ip already. I have just send a snapshot kind of thing.&lt;/P&gt;

&lt;P&gt;The same setting is working between Windows forwarder and Window indexer.&lt;/P&gt;

&lt;P&gt;Is there any issue with forwarder version?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 12:48:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391394#M9557</guid>
      <dc:creator>vishaltaneja070</dc:creator>
      <dc:date>2019-01-04T12:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Error while connecting forwarder to Indexer</title>
      <link>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391395#M9558</link>
      <description>&lt;P&gt;So what is forwarder version and OS Version? and Splunk version on Indexer and OS version ?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 12:52:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391395#M9558</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-01-04T12:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Error while connecting forwarder to Indexer</title>
      <link>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391396#M9559</link>
      <description>&lt;P&gt;Just wanted to say that some of the configuration parameters for SSL changed their names ; -) &lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 19:37:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391396#M9559</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-01-04T19:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Error while connecting forwarder to Indexer</title>
      <link>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391397#M9560</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;P&gt;The issue has been solved after upgrading the forwarder to 6.6 version.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 11:44:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-Error-while-connecting-forwarder-to-Indexer/m-p/391397#M9560</guid>
      <dc:creator>vishaltaneja070</dc:creator>
      <dc:date>2019-01-21T11:44:47Z</dc:date>
    </item>
  </channel>
</rss>

