Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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.