setTrustServerCertificate Method (SQLServerDataSource)
Sets a Boolean value that indicates if the trustServerCertificate property is enabled.
Syntax
public void setTrustServerCertificate(boolean trustServerCertificate)
Parameters
trustServerCertificate
true if the server Transport Layer Security (TLS), previously known as Secure Sockets Layer (SSL), certificate should be automatically trusted when the communication layer is encrypted using TLS. Otherwise, false.
Remarks
If the trustServerCertificate property is set to true, the SQL Server TLS/SSL certificate is automatically trusted when the communication layer is encrypted using TLS. In other words, the Microsoft JDBC Driver for SQL Server will not validate the SQL Server TLS/SSL certificate. The default value is false.
If the trustServerCertificate property is set to false, the Microsoft JDBC Driver for SQL Server will validate the server TLS/SSL certificate.