sqlserver 驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。

<dependency>
   <groupId>com.microsoft.sqlserver</groupId>
   <artifactId>mssql-jdbc</artifactId>
<--jdk 1.8  9以下的版本无该问题存在-->
   <version>11.2.0.jre8</version>
   <scope>runtime</scope>
</dependency>

sqlserver 驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。错误:“sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target”

posted on 2022-09-05 13:17  知了不了了之  阅读(635)  评论(0编辑  收藏  举报