Start of change

TLSV1ONLY

Use the TLSV1ONLY keyword to control whether TLSv1.0 is the only supported SSL version for connections that are secured using SSL implemented by DCAS.

Read syntax diagramSkip visual syntax diagram
              .-TRUE--.   
>>-TLSV1ONLY--+-------+----------------------------------------><
              '-FALSE-'   

Parameters

TRUE
Indicates that only TLSv1.0 can be enabled. This is the default.
FALSE
Indicates that SSLV2, SSLV3, and TLSV1.0 can be enabled.

Rule

TLSV1ONLY is honored only when TLSMECHANISM DCAS is specified.
End of change