Disable TLS version 1.0 and 1.1

Disable TLS version 1.0 and 1.1

TLS ( Transport Layer Security) is a protocol which provides authentication, security and data integrity between two communicating applications.
TLS is more effective than its predecessor SSL. Its latest version 1.3 improves both privacy and performance.

Configuration via WebUI
1. Go to Security and select Service page.
one will find the settings for web server which contains TLS versions.
Enable or Disable depends on the need. 
On the same page one can select cipher suit level.

Note: TLS encryption happens between web server and web client only. Data sent and received to the end devices will be encrypted in TLS version which is selected.
TLSv1.3 is supported only on Nodegrid 4.1.x versions.

Configuration via CLI

1. access Nodegrid via ssh or console, and log in as admin
2. copy following commands and paste them into CLI
cd /settings/services/
set tlsv1.1=no
set tlsv1=no
commit

if one wants to set cipher suit level type the following commands: 
set cipher_suit_level=high
commit
 
Note: other options for the suite level are: custom, high, low, medium
Hit tab twice after 'set cipher_suit_level =' to see these options


    • Related Articles

    • How to temporarily disable firewall rules for troubleshooting

      From GUI: Backup the current configuration: Navigate to System :: Toolkit :: Save Settings Select a destination for the backup file; i.e Local Computer Click Save Remove the existing firewall rules: Navigate to Security :: Firewall Click the name of ...
    • Steps to Secure Nodegrid

      The attached document describes the recommended security settings for your Nodegrid before connecting it to the network.
    • Setting up Remote Authentication methods in NodeGrid

      Note: this configuration applies only to software version 3.2.x and later.   With NodeGrid Software version 3.2.x, it is now possible to have multiple authentication methods.  Use Case In some networks, there may have more than one authentication ...
    • How to Configure the NodeGrid to Be More Secure?

      As far as the NodeGrid software's networking services, it comes with some security in mind, but it still is not as closed as some network policies require. This can be accomplished by changing the services settings in Security :: Services page per ...
    • Auditing and Data Logging Settings

      The Auditing feature allows the data and event logging to be stored locally or remotely via NFS which is sent by an Email or a SNMP Trap or sent through a Syslog server. Data Logging captures Data string coming from and going to Target devices as ...