cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1616
Views
10
Helpful
1
Replies

Disable TLSv1.0 in NSO

Shantha Kumar Selvaraj
Cisco Employee
Cisco Employee

Hi All,

Is there a way to disable TLSv1.0 in NSO and are here any implications of doing this,Couldn't find setting in ncs.conf,We are hitting Qualys QID 38628(SSL/TLS Server supports TLSv1.0) which is vulnerable.

Thanks

1 Accepted Solution

Accepted Solutions

Akira Iwamoto
Cisco Employee
Cisco Employee

Check manual for ncs.conf.

-----

       /ncs-config/webui/transport/ssl/protocols (string) [DEFAULT]

           Specifies the SSL/TLS protocol versions to be used by the server

           as a whitespace-separated list from the set sslv3 tlsv1 tlsv1.1

           tlsv1.2, or the word "DEFAULT" (use all supported protocol

           versions except sslv3).

-----

To remove sslv3 and tlsv1, the below config would do it.

add <protocols>


-----

  <webui>

    <transport>

      <ssl>

        <protocols>tlsv1.1 tlsv1.2</protocols>

      </ssl>

    </transport>

</webui>

-----

View solution in original post

1 Reply 1

Akira Iwamoto
Cisco Employee
Cisco Employee

Check manual for ncs.conf.

-----

       /ncs-config/webui/transport/ssl/protocols (string) [DEFAULT]

           Specifies the SSL/TLS protocol versions to be used by the server

           as a whitespace-separated list from the set sslv3 tlsv1 tlsv1.1

           tlsv1.2, or the word "DEFAULT" (use all supported protocol

           versions except sslv3).

-----

To remove sslv3 and tlsv1, the below config would do it.

add <protocols>


-----

  <webui>

    <transport>

      <ssl>

        <protocols>tlsv1.1 tlsv1.2</protocols>

      </ssl>

    </transport>

</webui>

-----

Polls
AI-powered tools for network troubleshooting are likely to be part of everyone’s workflow sooner or later. What is the single biggest challenge or concern you see with adopting these tools in your organization?