<?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 splunktcp-ssl + ciphersuite not working to disable weak ciphers for Splunk forwarder ports on my Splunk 6.3.3 indexer? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-splunktcp-ssl-ciphersuite-not-working-to-disable-weak/m-p/274206#M52579</link>
    <description>&lt;P&gt;Has anybody opened a ticket on this issue? I'm about to, because I'm seeing the same thing. Splunk 6.3.3, and same settings as above. I run the TestSSLServer on port 9997, and I still see:&lt;/P&gt;

&lt;P&gt;Supported versions:&lt;BR /&gt;
 TLSv1.2&lt;BR /&gt;
Deflate compression: YES&lt;BR /&gt;
Supported cipher suites (ORDER IS NOT SIGNIFICANT):&lt;BR /&gt;
  TLSv1.2&lt;BR /&gt;
     RSA_WITH_RC4_128_MD5&lt;BR /&gt;
     RSA_WITH_RC4_128_SHA&lt;BR /&gt;
     RSA_WITH_DES_CBC_SHA&lt;BR /&gt;
     RSA_WITH_3DES_EDE_CBC_SHA&lt;BR /&gt;
     RSA_WITH_AES_128_CBC_SHA&lt;BR /&gt;
     RSA_WITH_AES_256_CBC_SHA&lt;BR /&gt;
     RSA_WITH_AES_128_CBC_SHA256&lt;BR /&gt;
     RSA_WITH_AES_256_CBC_SHA256&lt;BR /&gt;
     RSA_WITH_CAMELLIA_128_CBC_SHA&lt;BR /&gt;
     RSA_WITH_CAMELLIA_256_CBC_SHA&lt;BR /&gt;
     TLS_RSA_WITH_SEED_CBC_SHA&lt;BR /&gt;
     TLS_RSA_WITH_AES_128_GCM_SHA256&lt;BR /&gt;
     TLS_RSA_WITH_AES_256_GCM_SHA384&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 09:08:43 GMT</pubDate>
    <dc:creator>dbray_sd</dc:creator>
    <dc:date>2020-09-29T09:08:43Z</dc:date>
    <item>
      <title>Why is splunktcp-ssl + ciphersuite not working to disable weak ciphers for Splunk forwarder ports on my Splunk 6.3.3 indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-splunktcp-ssl-ciphersuite-not-working-to-disable-weak/m-p/274204#M52577</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I want to disable weak ciphers for Splunk forwarder ports on my 6.3.3 indexer.&lt;BR /&gt;
The following snippet does not work in my inputs.conf. The default ciphers are still enabled:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunktcp-ssl:9997]
connection_host = ip

[SSL]
cipherSuite = ALL:!ADH:!aNULL:!eNULL:!EXP:!LOW:+MEDIUM:+HIGH:!SEED:!3DES:!MD5:!RC4:!SRP
#cipherSuite = CAMELLIA256-SHA
serverCert = $SPLUNK_HOME/etc/auth/server.pem
sslVersions = *,-ssl2,-ssl3,-tls1.0,-tls1.1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Even changing cipherSuite to CAMELLIA256-SHA does nothing:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$ ~/bin/splunk cmd openssl s_client -connect localhost:9997 | grep Cipher
New, TLSv1/SSLv3, Cipher is AES256-GCM-SHA384
    Cipher    : AES256-GCM-SHA384
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It is working for the web and management ports (web.conf + server.conf).&lt;/P&gt;

&lt;P&gt;According to this question it should work like I did it:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/134053/ciphersuite-in-various-conf-files.html"&gt;https://answers.splunk.com/answers/134053/ciphersuite-in-various-conf-files.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 15:42:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-splunktcp-ssl-ciphersuite-not-working-to-disable-weak/m-p/274204#M52577</guid>
      <dc:creator>Unister</dc:creator>
      <dc:date>2016-02-09T15:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Why is splunktcp-ssl + ciphersuite not working to disable weak ciphers for Splunk forwarder ports on my Splunk 6.3.3 indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-splunktcp-ssl-ciphersuite-not-working-to-disable-weak/m-p/274205#M52578</link>
      <description>&lt;P&gt;I am facing the same problem in 6.3.3&lt;/P&gt;</description>
      <pubDate>Sun, 28 Feb 2016 04:03:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-splunktcp-ssl-ciphersuite-not-working-to-disable-weak/m-p/274205#M52578</guid>
      <dc:creator>pete42</dc:creator>
      <dc:date>2016-02-28T04:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why is splunktcp-ssl + ciphersuite not working to disable weak ciphers for Splunk forwarder ports on my Splunk 6.3.3 indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-splunktcp-ssl-ciphersuite-not-working-to-disable-weak/m-p/274206#M52579</link>
      <description>&lt;P&gt;Has anybody opened a ticket on this issue? I'm about to, because I'm seeing the same thing. Splunk 6.3.3, and same settings as above. I run the TestSSLServer on port 9997, and I still see:&lt;/P&gt;

&lt;P&gt;Supported versions:&lt;BR /&gt;
 TLSv1.2&lt;BR /&gt;
Deflate compression: YES&lt;BR /&gt;
Supported cipher suites (ORDER IS NOT SIGNIFICANT):&lt;BR /&gt;
  TLSv1.2&lt;BR /&gt;
     RSA_WITH_RC4_128_MD5&lt;BR /&gt;
     RSA_WITH_RC4_128_SHA&lt;BR /&gt;
     RSA_WITH_DES_CBC_SHA&lt;BR /&gt;
     RSA_WITH_3DES_EDE_CBC_SHA&lt;BR /&gt;
     RSA_WITH_AES_128_CBC_SHA&lt;BR /&gt;
     RSA_WITH_AES_256_CBC_SHA&lt;BR /&gt;
     RSA_WITH_AES_128_CBC_SHA256&lt;BR /&gt;
     RSA_WITH_AES_256_CBC_SHA256&lt;BR /&gt;
     RSA_WITH_CAMELLIA_128_CBC_SHA&lt;BR /&gt;
     RSA_WITH_CAMELLIA_256_CBC_SHA&lt;BR /&gt;
     TLS_RSA_WITH_SEED_CBC_SHA&lt;BR /&gt;
     TLS_RSA_WITH_AES_128_GCM_SHA256&lt;BR /&gt;
     TLS_RSA_WITH_AES_256_GCM_SHA384&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:08:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-splunktcp-ssl-ciphersuite-not-working-to-disable-weak/m-p/274206#M52579</guid>
      <dc:creator>dbray_sd</dc:creator>
      <dc:date>2020-09-29T09:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why is splunktcp-ssl + ciphersuite not working to disable weak ciphers for Splunk forwarder ports on my Splunk 6.3.3 indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-splunktcp-ssl-ciphersuite-not-working-to-disable-weak/m-p/274207#M52580</link>
      <description>&lt;P&gt;Support has informed me that this is a known issue, and should be fixed in 6.3.4.&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;Dev found the wrong code and fix it;&lt;BR /&gt;
the code is being reviewed right now&lt;BR /&gt;
and the fix is included in maintenance&lt;BR /&gt;
releases (fixed in 6.3.4)&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Sat, 26 Mar 2016 14:12:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-splunktcp-ssl-ciphersuite-not-working-to-disable-weak/m-p/274207#M52580</guid>
      <dc:creator>dbray_sd</dc:creator>
      <dc:date>2016-03-26T14:12:34Z</dc:date>
    </item>
  </channel>
</rss>

