enableSslConnection IBM data server driver configuration keyword (for the IBM Data Server Driver for JDBC and SQLJ)
enableSslConnection specifies whether the IBM Data Server Driver for JDBC and SQLJ uses an SSL socket to connect to the data source.
Attention: This keyword is available in Db2 11.5.8 and later versions.
- Equivalent IBM® Data Server Driver for JDBC and SQLJ property
- sslConnection
- IBM data server driver configuration file (db2dsdriver.cfg) syntax
<parameter name="enableSslConnection" value="false | true"/>
- Default setting:
- false
- Usage notes:
-
IBM data server driver settings and equivalent JDBC driver property values are:
IBM data server driver setting for enableSslConnection JDBC driver property setting for sslConnection false false
true true
For additional information, see the description of sslConnection in Common IBM Data Server Driver for JDBC and SQLJ properties for all supported database products.