<?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: How to disable SSLv3 on port 8090 in Security</title>
    <link>https://community.splunk.com/t5/Security/How-to-disable-SSLv3-on-port-8090/m-p/347213#M8777</link>
    <description>&lt;P&gt;I've tried that.  It doesn't.  When first dealing with this, we found SSLv3 running on both the web interface and port 8090.  Setting sslVersions in web.conf worked like a charm.  Setting sslVersions in server.conf to either tls1.2 or tls1.2,-ssl3 has had no effect on SSLv3 on port 8090.&lt;/P&gt;

&lt;P&gt;There's something else going on here.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Apr 2017 16:24:45 GMT</pubDate>
    <dc:creator>jim_mulder_CI</dc:creator>
    <dc:date>2017-04-28T16:24:45Z</dc:date>
    <item>
      <title>How to disable SSLv3 on port 8090</title>
      <link>https://community.splunk.com/t5/Security/How-to-disable-SSLv3-on-port-8090/m-p/347209#M8773</link>
      <description>&lt;P&gt;So, we've got a vulnerability scan showing that SSLv3 is enabled on port 8090 on our Splunk 6.5.2  cluster (master, 2 indexers, 1 search head), and for the life of me, I can't figure out where to disable it.  I've verified that splunkd is listening on TCP 8090 via netstat, but I can't find the .conf file where it is configured so I can set the sslVersions.  The service on the port appears to be identical to port 8089, the mangement port.&lt;/P&gt;

&lt;P&gt;Has anybody else seen this port open in their environment or figured out how to disable SSLv3 for this specific port?&lt;/P&gt;

&lt;P&gt;Thanks, all.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 19:11:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-disable-SSLv3-on-port-8090/m-p/347209#M8773</guid>
      <dc:creator>jim_mulder_CI</dc:creator>
      <dc:date>2017-04-26T19:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable SSLv3 on port 8090</title>
      <link>https://community.splunk.com/t5/Security/How-to-disable-SSLv3-on-port-8090/m-p/347210#M8774</link>
      <description>&lt;P&gt;For what purpose the 8090 port is being used (it's not management port it seems)? Its is data receiving port OR replication port?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 21:20:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-disable-SSLv3-on-port-8090/m-p/347210#M8774</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-04-26T21:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable SSLv3 on port 8090</title>
      <link>https://community.splunk.com/t5/Security/How-to-disable-SSLv3-on-port-8090/m-p/347211#M8775</link>
      <description>&lt;P&gt;Thanks, somesoni2.&lt;/P&gt;

&lt;P&gt;It &lt;EM&gt;might&lt;/EM&gt; be the replication port, though I don't remember setting it up as such.  I've done a full-text search on the .conf files and can't find a reference to the port in any of them.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 14:53:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-disable-SSLv3-on-port-8090/m-p/347211#M8775</guid>
      <dc:creator>jim_mulder_CI</dc:creator>
      <dc:date>2017-04-27T14:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable SSLv3 on port 8090</title>
      <link>https://community.splunk.com/t5/Security/How-to-disable-SSLv3-on-port-8090/m-p/347212#M8776</link>
      <description>&lt;P&gt;I think you can edit the server.conf and in the stanza [sslConfig] use -ssl3 , it will disable the SSLv3. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sslVersions = &amp;lt;versions_list&amp;gt;
* Comma-separated list of SSL versions to support for incoming connections.
* The versions available are "ssl3", "tls1.0", "tls1.1", and "tls1.2".
* The special version "*" selects all supported versions.  The version "tls"
  selects all versions tls1.0 or newer.
* If a version is prefixed with "-" it is removed from the list.
* SSLv2 is always disabled; "-ssl2" is accepted in the version list but does nothing.
* When configured in FIPS mode, ssl3 is always disabled regardless
  of this configuration.
* Defaults to "*,-ssl2" (anything newer than SSLv2).
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 28 Apr 2017 09:45:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-disable-SSLv3-on-port-8090/m-p/347212#M8776</guid>
      <dc:creator>mwong</dc:creator>
      <dc:date>2017-04-28T09:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable SSLv3 on port 8090</title>
      <link>https://community.splunk.com/t5/Security/How-to-disable-SSLv3-on-port-8090/m-p/347213#M8777</link>
      <description>&lt;P&gt;I've tried that.  It doesn't.  When first dealing with this, we found SSLv3 running on both the web interface and port 8090.  Setting sslVersions in web.conf worked like a charm.  Setting sslVersions in server.conf to either tls1.2 or tls1.2,-ssl3 has had no effect on SSLv3 on port 8090.&lt;/P&gt;

&lt;P&gt;There's something else going on here.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 16:24:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-disable-SSLv3-on-port-8090/m-p/347213#M8777</guid>
      <dc:creator>jim_mulder_CI</dc:creator>
      <dc:date>2017-04-28T16:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable SSLv3 on port 8090</title>
      <link>https://community.splunk.com/t5/Security/How-to-disable-SSLv3-on-port-8090/m-p/347214#M8778</link>
      <description>&lt;P&gt;OK, finally tracked this one down.  It turns out it wasn't a port on the server instance, but one on the forwarder instance (on the same machine).  web.conf had the mgmtHostPort set, and adding an sslVersions = tls1.2 in server.conf solved the problem and I now have clean scans.&lt;/P&gt;

&lt;P&gt;Thanks all for the help.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 00:45:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-disable-SSLv3-on-port-8090/m-p/347214#M8778</guid>
      <dc:creator>jim_mulder_CI</dc:creator>
      <dc:date>2017-05-04T00:45:57Z</dc:date>
    </item>
  </channel>
</rss>

