Call Rest (GET) error in mendix 9.24

1
Hi,    We are migrating an application to Mendix 9.24.0 version, and we are trying to consume a REST service (GET) and an error is being thrown. In the previous version (9.18.2) this error is not produced.   Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: java.security.PrivilegedActionException: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target     at com.mendix.integration.util.PrivilegedUtil$$anonfun$withPrivileged$2.applyOrElse(PrivilegedUtil.scala:17)   Thanks,  Mikel
asked
1 answers
0

Hi Mikel, The error is related to SSL certificates.

Here on stackoverflow they resolve the issue: https://stackoverflow.com/questions/21076179/pkix-path-building-failed-and-unable-to-find-valid-certification-path-to-requ

 

Is this helpful for you as well?

answered