Unable to find valid certificate path.

0
  My Client application is calling WS in java action and to register app on provider side (Call from one mendix app to other mendix app). Each time the java action execute it result in below error. Issue only occurs on the Mendix cloud.   Certificates are added to the Mendix cloud already. in Outgoing Connections Certificates.    When I ran both application on my local machine. it works as expected.   Any pointer to fix the issue?         Error on Server:  
asked
2 answers
0

Could you double-check if you've followed all the steps here, especially with regards to the supported format?

https://docs.mendix.com/developerportal/deploy/certificates

answered
0

Certificates and authorities can be troublesome – sometimes locally everything works, and while deploying you get these issues. I'd second Eline's advice, and alternatively do a check on the certificate itself with an external tool, such as https://www.digicert.com/help/. If all is in order, I'd contact Mendix support – they are the only ones who can debug the environment at the necessary level (Java). 

answered