skip to main content
Connection Option Descriptions : Crypto Protocol Version
  

Try DataDirect Drivers Now

Crypto Protocol Version

Attribute

CryptoProtocolVersion (CPV)

Purpose

Specifies a comma-separated list of the cryptographic protocols to use when accessing an HTTPS endpoint. When multiple protocols are specified, the driver uses the highest version supported by the server.

Valid Values

cryptographic_protocol [[, cryptographic_protocol ]...]
where:
cryptographic_protocol
is one of the following cryptographic protocols:
TLSv1.2 | TLSv1.1 | TLSv1 | SSLv3
Caution: Good security practices recommend using TLSv1 or higher, due to known vulnerabilities in the SSLv3 protocol.

Example

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

Notes

*Consult your administrator concerning the data encryption settings of your REST service.

Default

TLSv1.2, TLSv1.1, TLSv1

GUI Tab

TLS/SSL tab