Minimum Advertised SSL/TLS Version Configuration

Configure the option sslmin to at least tls1.0 for security purposes.

  1. Access the security-config configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# security
    ORACLE(security)# security-config
    ORACLE(security-config)# 
    
  2. Select the security-config object to edit.
    ORACLE(security-config)# 
    
    ORACLE(security-config)#
  3. options—Set the options parameter by typing options, a space, a plus sign, the option name sslmin= and then one of the valid values. Valid values are:
    • tls1.0
    • tls1.1
    • tls1.2
    ORACLE(security-config)#options +sslmin=tls1.2
  4. Type done to save your configuration.