SQL Server JDBC Connection: trustServerCertificate=false & encrypt=true Ignored in Custom Runtime Settings

0
Hi all, I'm trying to connect my Mendix app (running locally) to a local SQL Server instance using JDBC, but I keep hitting an SSL error, and it seems like Mendix is ignoring my custom JDBC settings.   Error: "encrypt" property is set to "true" and "trustServerCertificate" property is set to "false" but the driver could not establish a secure connection... PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target    
asked
1 answers
0

Hi Raju,

Thanks for the suggestions and support. The connection is working now after rechecking the configurations and restarting everything cleanly.

For now, the issue seems resolved. If I face any related issues again, I’ll provide further updates here.

Appreciate the help!

answered