ssl-v2-enable
This stanza entry specifies the Secure Sockets Layer (SSL), Version 2, settings for ISAM server communication.
ssl-v2-enable = {yes|true|no|false}The ssl-v2-enable option has an effect only when ssl-compliance = none. The setting is for compatibility with version 6.1.1 of ISAM.
Enable SSL Version 2 is not required. By default, the SSL Version 2 protocol is disabled, which increases communication security.
Options
- yes|true
- Enables the SSL v2 protocol. The protocols SSL v3 and TLS are also choices for ISAM communication and are chosen by ISAM in preference to SSL Version 2, even if this setting is enabled.
- no|false
- Disables the SSL Version 2 protocol. Anything other than yes or true, including a blank value, is interpreted as no or false.
Usage
Optional. If used, must be set to the same value in all Security Verify Access server and application configuration files.
Default value
Default is no.
Example
The following example disabled the SSL Version 2 protocol.ssl-v2-enable = no