The desired TLS protocol version can be specified using the SSLPROTOCOL parameter. This is an optional parameter and can only be set by using the sslprotocol attribute in a connection string. For example:
dbcarea.connect_ptr = “sslmode=require;sslprotocol=TLS1_2”
The valid values for SSLPROTOCOL are:
Value | Description |
---|---|
TLS1_2 | Use TLS version 1.2 protocol. (default) |
Support for TLS versions 1.3 and higher will be available in future releases.