sslVersion IBM data server driver configuration keyword (for the IBM Data Server Driver for JDBC and SQLJ)

sslVersion specifies the version of TLS or SSL that must be used for a JDBC application.

Attention: This keyword is available in Db2 11.5.8 and later versions.
Equivalent IBM® Data Server Driver for JDBC and SQLJ property
sslVersion
IBM data server driver configuration file (db2dsdriver.cfg) syntax
<parameter name="sslVersion" value="null | TLS-version | SSL-version"/>
Default setting:
null
Usage notes:

IBM data server driver settings and equivalent JDBC driver property values are:


IBM data server driver setting for sslVersion JDBC driver property setting for sslVersion
null null
String denoting TLS the version, such as TLSv1.3 java.lang.String value denoting the TLS version, such as TLSv1.3
String denoting SSL the version, such as SSLv3 java.lang.String value denoting the TLS version, such as SSLv3

For additional information, see the description of sslVersion in Common IBM Data Server Driver for JDBC and SQLJ properties for all supported database products.