<?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: Is it possible to disable SSL v3 on the universal forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-disable-SSL-v3-on-the-universal-forwarder/m-p/175461#M35229</link>
    <description>&lt;P&gt;I changed these settings ages ago, but my Security department wouldn't believe that it was disabled without proof.&lt;BR /&gt;
I ran an openssl command from a forwarder to test:&lt;BR /&gt;
openssl s_client -connect splunk-index-dev-01.example.com:9997 -tls1_2&lt;BR /&gt;
and it worked as expected, giving me standard connection info.&lt;BR /&gt;
Then I ran the same command for ssl3, and it gave me the same connection info:&lt;BR /&gt;
openssl s_client -connect splunk-index-dev-01.example.com:9997 -ssl3&lt;BR /&gt;
Doing the same command with ssl2 on the end showed that it was not enabled for ssl2.&lt;/P&gt;

&lt;P&gt;I doublechecked my settings, and I had sslVersions = tls1.2 set in server.conf on the indexer and outputs.conf on the forwarder, and there was no change.&lt;BR /&gt;
After a great deal of back-and-forth with Splunk tech support, we figured out that we needed to set sslVersions = tls1.2 in inputs.conf on the indexer, and nothing in the forwarder, not in outputs.conf, not in server.conf, nowhere at all on the forwarder, and also take it out of server.conf on the indexer.&lt;/P&gt;

&lt;HR /&gt;</description>
    <pubDate>Tue, 29 Sep 2020 12:32:30 GMT</pubDate>
    <dc:creator>brynsmith</dc:creator>
    <dc:date>2020-09-29T12:32:30Z</dc:date>
    <item>
      <title>Is it possible to disable SSL v3 on the universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-disable-SSL-v3-on-the-universal-forwarder/m-p/175456#M35224</link>
      <description>&lt;P&gt;Is there a way to disable SSL v3 on the UFW?  I'm getting flagged by security. &lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2014 13:38:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-disable-SSL-v3-on-the-universal-forwarder/m-p/175456#M35224</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2014-10-28T13:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to disable SSL v3 on the universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-disable-SSL-v3-on-the-universal-forwarder/m-p/175457#M35225</link>
      <description>&lt;P&gt;This feature is available in 6.2.0 release of the splunk. You can simply set the following property in the server.conf under &lt;BR /&gt;
[sslConfig]&lt;BR /&gt;
sslKeysfilePassword = $1$1E552iukpmwZ&lt;BR /&gt;
sslVersions=*,-ssl2,-ssl3&lt;/P&gt;

&lt;P&gt;this will disable ssl2 and sslv3 protocols, of-course you need to set the corresponding property in the indexer side as well  to get the forwarder connecting to the indexer&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2014 15:03:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-disable-SSL-v3-on-the-universal-forwarder/m-p/175457#M35225</guid>
      <dc:creator>ithangasamy_spl</dc:creator>
      <dc:date>2014-10-28T15:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to disable SSL v3 on the universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-disable-SSL-v3-on-the-universal-forwarder/m-p/175458#M35226</link>
      <description>&lt;P&gt;There is documentation of the new (in Splunk Enterprise 6.2) &lt;STRONG&gt;sslVersions&lt;/STRONG&gt; keyword in the Securing Splunk Enterprise manual: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.0/Security/SetyourSSLversion"&gt;Configure allowed and restricted SSL versions&lt;/A&gt;. It includes information about configuring forwarders and ensuring compatibility with indexers.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2014 15:27:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-disable-SSL-v3-on-the-universal-forwarder/m-p/175458#M35226</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2014-10-28T15:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to disable SSL v3 on the universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-disable-SSL-v3-on-the-universal-forwarder/m-p/175459#M35227</link>
      <description>&lt;P&gt;So, I need to update the indexers and the forwarders in sync?  &lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2014 17:30:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-disable-SSL-v3-on-the-universal-forwarder/m-p/175459#M35227</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2014-10-28T17:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to disable SSL v3 on the universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-disable-SSL-v3-on-the-universal-forwarder/m-p/175460#M35228</link>
      <description>&lt;P&gt;Also, just want to confirm, the UFW uses SSLv3 by default?  &lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2014 17:35:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-disable-SSL-v3-on-the-universal-forwarder/m-p/175460#M35228</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2014-10-28T17:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to disable SSL v3 on the universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-disable-SSL-v3-on-the-universal-forwarder/m-p/175461#M35229</link>
      <description>&lt;P&gt;I changed these settings ages ago, but my Security department wouldn't believe that it was disabled without proof.&lt;BR /&gt;
I ran an openssl command from a forwarder to test:&lt;BR /&gt;
openssl s_client -connect splunk-index-dev-01.example.com:9997 -tls1_2&lt;BR /&gt;
and it worked as expected, giving me standard connection info.&lt;BR /&gt;
Then I ran the same command for ssl3, and it gave me the same connection info:&lt;BR /&gt;
openssl s_client -connect splunk-index-dev-01.example.com:9997 -ssl3&lt;BR /&gt;
Doing the same command with ssl2 on the end showed that it was not enabled for ssl2.&lt;/P&gt;

&lt;P&gt;I doublechecked my settings, and I had sslVersions = tls1.2 set in server.conf on the indexer and outputs.conf on the forwarder, and there was no change.&lt;BR /&gt;
After a great deal of back-and-forth with Splunk tech support, we figured out that we needed to set sslVersions = tls1.2 in inputs.conf on the indexer, and nothing in the forwarder, not in outputs.conf, not in server.conf, nowhere at all on the forwarder, and also take it out of server.conf on the indexer.&lt;/P&gt;

&lt;HR /&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:32:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-disable-SSL-v3-on-the-universal-forwarder/m-p/175461#M35229</guid>
      <dc:creator>brynsmith</dc:creator>
      <dc:date>2020-09-29T12:32:30Z</dc:date>
    </item>
  </channel>
</rss>

