<?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 Versions for tcp-ssl input ignored in Security</title>
    <link>https://community.splunk.com/t5/Security/SSL-Versions-for-tcp-ssl-input-ignored/m-p/412283#M9854</link>
    <description>&lt;P&gt;Support for earlier TLS versions than v1.2 requires adding more cipherSuites, so now I have support for all the versions ( it's actually intended for earlier than Splunk 5.x versions compatibility, but get;s me what I want anyway)&lt;/P&gt;

&lt;P&gt;[SSL]&lt;BR /&gt;
rootCA = $SPLUNK_HOME/etc/auth/cacert.pem&lt;BR /&gt;
serverCert = $SPLUNK_HOME/etc/auth/server.pem&lt;BR /&gt;
sslVersions = tls&lt;BR /&gt;
cipherSuite = ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA:AES256-SHA:DHE-RSA-AES128-SHA:AES128-SHA:AES256-SHA:AES128-SHA&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 23:32:03 GMT</pubDate>
    <dc:creator>tiagofbmm</dc:creator>
    <dc:date>2020-09-29T23:32:03Z</dc:date>
    <item>
      <title>SSL Versions for tcp-ssl input ignored</title>
      <link>https://community.splunk.com/t5/Security/SSL-Versions-for-tcp-ssl-input-ignored/m-p/412281#M9852</link>
      <description>&lt;P&gt;I'm trying to get Splunk to accept SSLv3 for a special case of tcp-ssl input, and although specifying sslVersions = "ssl3",  &lt;EM&gt;nmap --script ssl-enum-ciphers localhost -p 9998&lt;/EM&gt; always returns TLSv1.2 as the only one accepted... any ideas why is my parameter ignored?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Starting Nmap 7.60 at 2019-03-01 08:53 GMT
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000049s latency).

PORT     STATE SERVICE
9998/tcp open  distinct32
| ssl-enum-ciphers:
|   TLSv1.2:
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Mar 2019 10:14:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-Versions-for-tcp-ssl-input-ignored/m-p/412281#M9852</guid>
      <dc:creator>tiagofbmm</dc:creator>
      <dc:date>2019-03-01T10:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Versions for tcp-ssl input ignored</title>
      <link>https://community.splunk.com/t5/Security/SSL-Versions-for-tcp-ssl-input-ignored/m-p/412282#M9853</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Can you please try to connect with openssl command as given below&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/bin/splunk cmd openssl s_client -connect localhost:9998 -ssl3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If it will generate error as given below then it means that it is not accepting traffic on sslv3&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;CONNECTED(00000003)
140269635843760:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:s3_pkt.c:1498:SSL alert number 40
140269635843760:error:1409E0E5:SSL routines:ssl3_write_bytes:ssl handshake failure:s3_pkt.c:659:
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Mar 2019 10:36:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-Versions-for-tcp-ssl-input-ignored/m-p/412282#M9853</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-03-01T10:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Versions for tcp-ssl input ignored</title>
      <link>https://community.splunk.com/t5/Security/SSL-Versions-for-tcp-ssl-input-ignored/m-p/412283#M9854</link>
      <description>&lt;P&gt;Support for earlier TLS versions than v1.2 requires adding more cipherSuites, so now I have support for all the versions ( it's actually intended for earlier than Splunk 5.x versions compatibility, but get;s me what I want anyway)&lt;/P&gt;

&lt;P&gt;[SSL]&lt;BR /&gt;
rootCA = $SPLUNK_HOME/etc/auth/cacert.pem&lt;BR /&gt;
serverCert = $SPLUNK_HOME/etc/auth/server.pem&lt;BR /&gt;
sslVersions = tls&lt;BR /&gt;
cipherSuite = ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA:AES256-SHA:DHE-RSA-AES128-SHA:AES128-SHA:AES256-SHA:AES128-SHA&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:32:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-Versions-for-tcp-ssl-input-ignored/m-p/412283#M9854</guid>
      <dc:creator>tiagofbmm</dc:creator>
      <dc:date>2020-09-29T23:32:03Z</dc:date>
    </item>
  </channel>
</rss>

