Minimum Advertised SSL/TLS Version Configuration Configuring the option sslmin to at least tls1.0 for security purposes, provided no tls-version in a tls-profile requires SSLv3. Access the security-config configuration element. ORACLE# configure terminal ORACLE(configure)# security ORACLE(security)# security-config ORACLE(security-config)# Select the security-config object to edit. ORACLE(security-config)# ORACLE(security-config)# 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: sslv3 tls1.0 tls1.1 tls1.2 ORACLE(security-config)#options +sslmin=sslv3 Type done to save your configuration.