Mendix Studio Pro - Call Rest (POST) Error

0
Hello, whenever we try and call an API using the Call Rest (POST) within a microflow, we are getting the following error:   Caused by: com.mendix.modules.microflowengine.MicroflowException: Error calling REST service    at TestApp.ACT_CallService (CallRest : 'Call REST (POST)')    at TestApp.ACT_Microflow (SubMicroflow : 'ACT_CallService') Advanced stacktrace:    at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79) 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)   Please can someone advise how we can resolve this issue?  
asked
1 answers
0

Does the service you are calling have a valid SSL certificate? Also check if it has the correct intermediate certificates.

 

Here are some tips on checking your certificate.

https://www.godaddy.com/resources/asia/skills/ssl-validation-ssl-certificate-is-valid

 

I hope this helps.

answered