<?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: security config modify doesn't work as expected in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/security-config-modify-doesn-t-work-as-expected/m-p/445917#M42574</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can set the cipher and cipher suite with a single command.&lt;/P&gt;&lt;P&gt;E.g:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;security config modify -interface SSL -supported-protocols TLSv1.3,TLSv1.2 -supported-ciphers ECDHE:!PSK:!DHE:!LOW:!aNULL:!EXP:!eNull:!3DES:!kdH:!kECDd:!SHA -supported-cipher-suites TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By specifying the cipher and cipher suite we'd like above we'd get the following result:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;cluster1::*&amp;gt; security config show
Cluster    Supported
FIPS Mode  Protocols Supported Cipher Suites
---------- --------- ----------------------------------------------------------
false      TLSv1.3,  TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,
           TLSv1.2   TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,
                     TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,
                     TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,
                     TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
                     TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,
                     TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,
                     TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,
                     TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384,
                     TLS_CHACHA20_POLY1305_SHA256&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps with your issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jul 2023 11:56:25 GMT</pubDate>
    <dc:creator>Haseeb</dc:creator>
    <dc:date>2023-07-14T11:56:25Z</dc:date>
    <item>
      <title>security config modify doesn't work as expected</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/security-config-modify-doesn-t-work-as-expected/m-p/445596#M42526</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I have problem to enable the right cipher suites in ONTAP 9.12.1P2 and 19.13.1.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;The command:&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;security config modify -interface SSL -supported-ciphers ECDHE:!PSK:!DHE:!LOW:!aNULL:!EXP:!eNull:!3DES:!kdH:!kECDd:!SHA&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;enables following cipher suites:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;TLS_ECDHE_ECDSA_WITH_AES_128_CCM,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;TLS_ECDHE_ECDSA_WITH_AES_256_CCM,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;TLS_AES_128_GCM_SHA256, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;TLS_AES_256_GCM_SHA384&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I don't want the red marked cipher suites to be enabled so I tried this command:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;security config modify -interface SSL -supported-cipher-suites TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;But the result is:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,&lt;BR /&gt;TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,&lt;BR /&gt;TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,&lt;BR /&gt;TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,&lt;BR /&gt;TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,&lt;BR /&gt;TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,&lt;BR /&gt;TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,&lt;BR /&gt;TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;The both cipher suites&amp;nbsp;&lt;STRONG&gt;TLS_AES_128_GCM_SHA256&lt;/STRONG&gt; and &lt;STRONG&gt;TLS_AES_256_GCM_SHA384&lt;/STRONG&gt; are not enabled.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;No matter how I try to enable&amp;nbsp;this both cipher suites it doesn't work. Only the first command in this post works.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Does anybody know the reason or solution for this strange behavior?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 09:47:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/security-config-modify-doesn-t-work-as-expected/m-p/445596#M42526</guid>
      <dc:creator>El_Feuro</dc:creator>
      <dc:date>2025-06-04T09:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: security config modify doesn't work as expected</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/security-config-modify-doesn-t-work-as-expected/m-p/445917#M42574</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can set the cipher and cipher suite with a single command.&lt;/P&gt;&lt;P&gt;E.g:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;security config modify -interface SSL -supported-protocols TLSv1.3,TLSv1.2 -supported-ciphers ECDHE:!PSK:!DHE:!LOW:!aNULL:!EXP:!eNull:!3DES:!kdH:!kECDd:!SHA -supported-cipher-suites TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By specifying the cipher and cipher suite we'd like above we'd get the following result:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;cluster1::*&amp;gt; security config show
Cluster    Supported
FIPS Mode  Protocols Supported Cipher Suites
---------- --------- ----------------------------------------------------------
false      TLSv1.3,  TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,
           TLSv1.2   TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,
                     TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,
                     TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,
                     TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
                     TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,
                     TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,
                     TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,
                     TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384,
                     TLS_CHACHA20_POLY1305_SHA256&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps with your issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 11:56:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/security-config-modify-doesn-t-work-as-expected/m-p/445917#M42574</guid>
      <dc:creator>Haseeb</dc:creator>
      <dc:date>2023-07-14T11:56:25Z</dc:date>
    </item>
  </channel>
</rss>

