<?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: Communication error between old ver Splunk and Forwarder ver6.x about ssl. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Communication-error-between-old-ver-Splunk-and-Forwarder-ver6-x/m-p/338280#M62450</link>
    <description>&lt;P&gt;Usually this problem should be gone after upgrading the indexers and forwarders to 6.6.1.&lt;BR /&gt;
Have you tried &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.1/ReleaseNotes/KnownIssues"&gt;this&lt;/A&gt;?&lt;/P&gt;

&lt;P&gt;Update the inputs.conf on your indexer(s) like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[SSL]
sslVersions = *,-ssl2
cipherSuite = ALL:!aNULL:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Skalli&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jun 2017 07:00:04 GMT</pubDate>
    <dc:creator>skalliger</dc:creator>
    <dc:date>2017-06-07T07:00:04Z</dc:date>
    <item>
      <title>Communication error between old ver Splunk and Forwarder ver6.x about ssl.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Communication-error-between-old-ver-Splunk-and-Forwarder-ver6-x/m-p/338279#M62449</link>
      <description>&lt;P&gt;Splunk ver 6.2.0 has been introduced in my separate environment, and recently I installed forwarder ver 6.6.1 on a new server and seted up that it forward data to Splunk server using ssl.&lt;/P&gt;

&lt;P&gt;However, a communication error like below occurred between the forwarder and splunk server.&lt;/P&gt;

&lt;P&gt;◆ Splunk server&lt;BR /&gt;
WARN HttpListener - Socket error from  "forwarder ip" while idling: error: 1408 A 0 C 1: SSL routines: SSL 3 _ GET _ CLIENT _ HELLO: no shared cipher&lt;/P&gt;

&lt;P&gt;◆ Forwarder&lt;BR /&gt;
SSLCommon - Received fatal SSL 3 alert. Ssl_state = 'SSLv 3 read server hello A', alert_description = 'handshake failure'.&lt;/P&gt;

&lt;P&gt;When we looked at other similar questions, we saw the answer like below.&lt;BR /&gt;
"When splunk server side is ver 6.6, and Forwarder side is old ver, it can happen and it is a known issues"&lt;/P&gt;

&lt;P&gt;Is this also a known issues like this?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:23:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Communication-error-between-old-ver-Splunk-and-Forwarder-ver6-x/m-p/338279#M62449</guid>
      <dc:creator>yutaka1005</dc:creator>
      <dc:date>2020-09-29T14:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Communication error between old ver Splunk and Forwarder ver6.x about ssl.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Communication-error-between-old-ver-Splunk-and-Forwarder-ver6-x/m-p/338280#M62450</link>
      <description>&lt;P&gt;Usually this problem should be gone after upgrading the indexers and forwarders to 6.6.1.&lt;BR /&gt;
Have you tried &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.1/ReleaseNotes/KnownIssues"&gt;this&lt;/A&gt;?&lt;/P&gt;

&lt;P&gt;Update the inputs.conf on your indexer(s) like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[SSL]
sslVersions = *,-ssl2
cipherSuite = ALL:!aNULL:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Skalli&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2017 07:00:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Communication-error-between-old-ver-Splunk-and-Forwarder-ver6-x/m-p/338280#M62450</guid>
      <dc:creator>skalliger</dc:creator>
      <dc:date>2017-06-07T07:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Communication error between old ver Splunk and Forwarder ver6.x about ssl.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Communication-error-between-old-ver-Splunk-and-Forwarder-ver6-x/m-p/338281#M62451</link>
      <description>&lt;P&gt;Thank you Skalli.&lt;/P&gt;

&lt;P&gt;When I investigated about the error, Only data transfer was succeed, but it seems that there was an error in the communication between deployment server (indexer) and forwarder with using the management port.&lt;/P&gt;

&lt;P&gt;There was a workaround on a web page that you attached link.&lt;BR /&gt;
The method is to add the following setting to "/opt/splunk/etc/system/local/server.conf" of the indexer side.&lt;/P&gt;

&lt;P&gt;[sslConfig]&lt;BR /&gt;
sslVersions = ,-ssl2&lt;BR /&gt;
sslVersionsForClient = ,-ssl2&lt;BR /&gt;
cipherSuite = TLSv1+HIGH:TLSv1.2+HIGH:@STRENGTH&lt;/P&gt;

&lt;P&gt;So I tried it, and the error has gone!&lt;BR /&gt;
Now I tentatively avoid this issue by this method, but soon I think I will also rise indexer to 6.6 ver.&lt;/P&gt;

&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 05:48:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Communication-error-between-old-ver-Splunk-and-Forwarder-ver6-x/m-p/338281#M62451</guid>
      <dc:creator>yutaka1005</dc:creator>
      <dc:date>2017-06-08T05:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Communication error between old ver Splunk and Forwarder ver6.x about ssl.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Communication-error-between-old-ver-Splunk-and-Forwarder-ver6-x/m-p/338282#M62452</link>
      <description>&lt;P&gt;Good to hear! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Glad to be of help.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 14:44:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Communication-error-between-old-ver-Splunk-and-Forwarder-ver6-x/m-p/338282#M62452</guid>
      <dc:creator>skalliger</dc:creator>
      <dc:date>2017-06-08T14:44:39Z</dc:date>
    </item>
  </channel>
</rss>

