Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a Boolean value that indicates if the trustServerCertificate property is enabled.
Syntax
public boolean getTrustServerCertificate()
Return Value
true if trustServerCertificate is enabled. Otherwise, false.
Remarks
If the trustServerCertificate property is set to true, the SQL Server Transport Layer Security (TLS), previously known as Secure Sockets Layer (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.