JDBC TLS Prefer Mode

JDBC TLS Prefer Mode

JDBC TLS Prefer Mode

The JDBC Client Driver now has the prefer mode and the default is changed from disable to prefer. The SSL configuration is used by default, if the server is enabled for TLS and the keystore and truststore properties are specified. Previous versions of the JDBC driver ignored the configuration when TLS Mode was not specified, as the default was disable. If these settings are invalid or the certificates are not correct, TLS errors occur when establishing a connection to the server. These errors didn't happen with earlier versions of the driver. Do one of the following to fix this issue:

  1. Fix the TLS configuration to allow a TLS connection to be established.
  2. Specify the TLSmode as disable in the connection propert