The Driver could not establish a secure connection toSQL Server.

0
Hi All,   I am facing below issue while fetching data from MSSQL.   The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
asked
1 answers
0

YOu need to import the SSL on mendix server. 

 

Alternatively, Try using secure database from cloud like azure or aws and see if facing the same issue. 

answered