Document toolboxDocument toolbox

set ssl_tls_protocols

The set ssl_tls_protocols command allows you to enable or disable the SSL/TLS protocols. You can enable any one or all of the following protocols: TLSv1.0, TLSv1.1, or TLSv1.2. By default, TLSv1.0 is enabled. Note that you cannot change the SSL/TLS protocol when the SSL/TLS setting is set to default mode. You must set the SSL/TLS setting to the override mode in order to change the SSL/TLS protocol. For information about SSL/TLS settings, see set ssl_tls_settings.
You can use the show ssl_tls_protocols command to view the enabled SSL/TLS protocols. For information, see show ssl_tls_protocols.

Syntax

set ssl_tls_protocols [ enable | disable ] [ TLSv1.0 | TLSv1.1 | TLSv1.2 ]

ArgumentDescription
enable Enables the SSL/TLS protocols.
TLSv1.0 Enables the TLSv1.0 protocol.
TLSv1.1 Enables the TLSv1.1 protocol.
TLSv1.2 Enables the TLSv1.2 protocol.
disable Disables the SSL/TLS protocols. Note that you cannot disable all the SSL/TLS protocols. At least one protocol must be enabled.

Examples

Enable TLSv1.2 protocol

Infoblox > set ssl_tls_protocols enable TLSv1.2
TLSv1.2 was enabled. Current configurations is: TLSv1.0 TLSv1.1 TLSv1.2
The following services need to be restarted manually: GUI

Disable TLSv1.0 protocol

Infoblox > set ssl_tls_protocols disable TLSv1.0
TLSv1.0 was disabled. Current configuration: TLSv1.1 TLSv1.2
The following services need to be restarted manually: GUI