Attribute

CryptoProtocolVersion (CPV)

Purpose

Specifies a comma-separated list of the cryptographic protocols to use when SSL is enabled using the Encryption Method connection option (EncryptionMethod=1). When multiple protocols are specified, the driver uses the highest version supported by Hybrid Data Pipeline.

Valid Values

cryptographic_protocol [[, cryptographic_protocol ]...]

where:

cryptographic_protocol
is one of the following cryptographic protocols:

TLSv1.2 | TLSv1.1 | TLSv1

Example

If your security environment is configured to use TLSv1.2 and TLSv1.1, specify the following values:

CryptoProtocolVersion=TLSv1.2,TLSv1.1

Notes

This option is ignored if encryption is disabled (EncryptionMethod=0).

Default

None

Note: In the Security tab, the default setting is an empty string. However, internally, the default TLSv1,TLSv1.2 is used when no value is entered. This value is a range of protocol versions between TLSv1 and TLSv1.2. The driver uses the highest protocol version supported by Hybrid Data Pipeline in this range.

GUI Tab

Security tab