<?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: Running into errors while disabling the legacy ciphers in splunk 7.2 in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Running-into-errors-while-disabling-the-legacy-ciphers-in-splunk/m-p/419087#M99313</link>
    <description>&lt;P&gt;By disabling the legacy ciphers Splunk won't be able to read all encrypted passwords, pass4symmkey, ssh keys. Which means no more https for your splunk web, no more pass4symmkey to connect to the indexers ..&lt;/P&gt;

&lt;P&gt;So make sure you follow this documentation :&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.0/Security/ConfigureS2Sonnewcipher"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.0/Security/ConfigureS2Sonnewcipher&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;And let me know if you need any help.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
David&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jul 2019 12:19:15 GMT</pubDate>
    <dc:creator>DavidHourani</dc:creator>
    <dc:date>2019-07-31T12:19:15Z</dc:date>
    <item>
      <title>Running into errors while disabling the legacy ciphers in splunk 7.2</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Running-into-errors-while-disabling-the-legacy-ciphers-in-splunk/m-p/419086#M99312</link>
      <description>&lt;P&gt;I am trying to follow the document to disable the legacy ciphers in the Splunk 7.2, and I notice that the cluster master is been disconnected with the indexers and also the web interface of the Cluster master is down. Below is the error I found in the Splunkd.logs&lt;/P&gt;

&lt;P&gt;ERROR ConfigEncryptor - Legacy encryption disabled! Will not decrypt. If you want to allow decryption for configs encrypted with legacy ciphers please set server.conf/[general]/legacyCiphers to 'decryptOnly&lt;/P&gt;

&lt;P&gt;Document : &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.0/Security/ConfigureS2Sonnewcipher"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.0/Security/ConfigureS2Sonnewcipher&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 12:05:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Running-into-errors-while-disabling-the-legacy-ciphers-in-splunk/m-p/419086#M99312</guid>
      <dc:creator>vinkumar_splunk</dc:creator>
      <dc:date>2019-07-31T12:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Running into errors while disabling the legacy ciphers in splunk 7.2</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Running-into-errors-while-disabling-the-legacy-ciphers-in-splunk/m-p/419087#M99313</link>
      <description>&lt;P&gt;By disabling the legacy ciphers Splunk won't be able to read all encrypted passwords, pass4symmkey, ssh keys. Which means no more https for your splunk web, no more pass4symmkey to connect to the indexers ..&lt;/P&gt;

&lt;P&gt;So make sure you follow this documentation :&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.0/Security/ConfigureS2Sonnewcipher"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.0/Security/ConfigureS2Sonnewcipher&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;And let me know if you need any help.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
David&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 12:19:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Running-into-errors-while-disabling-the-legacy-ciphers-in-splunk/m-p/419087#M99313</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-07-31T12:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Running into errors while disabling the legacy ciphers in splunk 7.2</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Running-into-errors-while-disabling-the-legacy-ciphers-in-splunk/m-p/419088#M99314</link>
      <description>&lt;P&gt;To diable the cipher legacy suits in the Splunk 7.2 and higher you need to follow below process.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;FIrst, you need to perform it on the indexers, you need to add the [node_auth] in the server.conf restart splunkd services &lt;/LI&gt;
&lt;LI&gt;You need to add "legacyCiphers = disabled" below the general stanza and restart the services. &lt;/LI&gt;
&lt;LI&gt;You need to comment out the pass4SymmKey in the clustering stanza and add an other pass4SymmKey on the indexers. &lt;/LI&gt;
&lt;LI&gt;You need to do the same steps on all the indexers and then you need to perform the same steps in the cluster master.&lt;/LI&gt;
&lt;LI&gt;You need to run the command $plunk_home/bin/splunk rotate splunk-secret on the cluster master and the secret key will be distributed to all the indexers. &lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;You can follow the same process on the SH as well, and for search head, you need to run the Secret key on the SH Captain.&lt;/P&gt;

&lt;P&gt;Let me know if you face any difficulties. &lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 12:25:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Running-into-errors-while-disabling-the-legacy-ciphers-in-splunk/m-p/419088#M99314</guid>
      <dc:creator>saramamurthy_sp</dc:creator>
      <dc:date>2019-07-31T12:25:19Z</dc:date>
    </item>
  </channel>
</rss>

