Crypto Protocol Version
- Last Updated: February 6, 2025
- 1 minute read
- DataDirect Connectors
- ODBC
- Documentation
Attribute
CryptoProtocolVersion (CPV)
Purpose
Specifies a comma-separated list of the cryptographic protocols to use when
TLS/SSL is enabled using the Encryption Method connection option
(EncryptionMethod=1). When multiple protocols are specified, the driver
uses the highest version supported by the server. If none of the specified protocols are
supported by the database server, driver behavior is determined by the Encryption Method
connection option.
Valid Values
cryptographic_protocol
[[,
cryptographic_protocol
]...]
where:
- cryptographic_protocol
- is a cryptographic protocol. Currently, the driver supports only TLSv1.2.
Notes
- This option is ignored if Encryption Method is set to
0(No Encryption). - Consult your database administrator concerning the data encryption settings of your server.
Default
TLSv1.2