<?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 How to valite/remediate RC4 ciphers within Splunk? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-valite-remediate-RC4-ciphers-within-Splunk/m-p/344673#M19721</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;One of our Splunk servers was flagged for using RC4 ciphers.  How can I validate and then disable this option within Splunk?  We are using 6.5.4..&lt;/P&gt;</description>
    <pubDate>Fri, 02 Feb 2018 15:15:10 GMT</pubDate>
    <dc:creator>a212830</dc:creator>
    <dc:date>2018-02-02T15:15:10Z</dc:date>
    <item>
      <title>How to valite/remediate RC4 ciphers within Splunk?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-valite-remediate-RC4-ciphers-within-Splunk/m-p/344673#M19721</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;One of our Splunk servers was flagged for using RC4 ciphers.  How can I validate and then disable this option within Splunk?  We are using 6.5.4..&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 15:15:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-valite-remediate-RC4-ciphers-within-Splunk/m-p/344673#M19721</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2018-02-02T15:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to valite/remediate RC4 ciphers within Splunk?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-valite-remediate-RC4-ciphers-within-Splunk/m-p/344674#M19722</link>
      <description>&lt;P&gt;Anyone?      &lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 14:35:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-valite-remediate-RC4-ciphers-within-Splunk/m-p/344674#M19722</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2018-02-05T14:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to valite/remediate RC4 ciphers within Splunk?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-valite-remediate-RC4-ciphers-within-Splunk/m-p/344675#M19723</link>
      <description>&lt;P&gt;Hi @a212830,&lt;/P&gt;

&lt;P&gt;If you run below command on splunk then it will display that RC4 is present in SSLv3 only.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/bin/splunk cmd openssl ciphers -v | grep RC4
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So based on that if SSLv3 is not require then you can disable SSLv3 in 3 different files.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;For management port (Default port 8089) -&amp;gt; server.conf , under &lt;CODE&gt;[sslConfig]&lt;/CODE&gt; stanza you can define &lt;CODE&gt;sslVersions = *, -ssl2, -ssl3&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;For receiver port (Indexer, Default port 9997) -&amp;gt; inputs.conf, under &lt;CODE&gt;[SSL]&lt;/CODE&gt; stanza you can define &lt;CODE&gt;sslVersions = *, -ssl2, -ssl3&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;For splunkweb port (Default port 8000) -&amp;gt; web.conf, under &lt;CODE&gt;[settings]&lt;/CODE&gt; stanza you can define &lt;CODE&gt;sslVersions = *, -ssl2, -ssl3&lt;/CODE&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Mon, 05 Feb 2018 15:07:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-valite-remediate-RC4-ciphers-within-Splunk/m-p/344675#M19723</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2018-02-05T15:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to valite/remediate RC4 ciphers within Splunk?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-valite-remediate-RC4-ciphers-within-Splunk/m-p/344676#M19724</link>
      <description>&lt;P&gt;@a212830 - Would you accept this answer if it helped?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 13:12:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-valite-remediate-RC4-ciphers-within-Splunk/m-p/344676#M19724</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2018-02-06T13:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to valite/remediate RC4 ciphers within Splunk?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-valite-remediate-RC4-ciphers-within-Splunk/m-p/344677#M19725</link>
      <description>&lt;P&gt;Done.  &lt;/P&gt;

&lt;P&gt;Hi Burch! &lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 12:42:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-valite-remediate-RC4-ciphers-within-Splunk/m-p/344677#M19725</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2018-02-14T12:42:08Z</dc:date>
    </item>
  </channel>
</rss>

