An issue with Jabil Token

1
I’ve developed some app logic within blank page. I didn’t use to have this error before. However, it ocurrs mowaday  There was an error requesting the access token. Error: sun.security.provider.certpath.SunCertPathBuilderException Error Message: unable to find valid certification path to requested target Stack: Error calling REST service     at MSGraph_Jabil_Connector.ASU_RequestAccess (CallRest : 'Call REST (GET)')     at MSGraph_Jabil_Connector.ASU_MSGraph_RequestAccess (SubMicroflow : 'ASU_RequestAccess')     at Core.AfterStartup (SubMicroflow : 'ASU_MSGraph_RequestAccess') Advanced stacktrace:     at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79) Caused by: 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.actions.microflow.RestCallAction.execute(RestCallAction.scala:79) Caused by: null     at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79) Caused by: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target     at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79) Caused by: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target     at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79) Caused by: unable to find valid certification path to requested target     at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79)  
asked
1 answers
1

Hi Vladyslav I hope you are doing well,

I see that this is the same problem that was posted in another question here in this Jabil space. I provided the solution there so that you can solve this issue.

Please let us know if that solves your issue, regards!

answered