CACertificates in the Mendix Project Custom Settings

0
Hello Experts, I am trying to consume a simple Rest Web Service over HTTPS. The Service works perfectly fine in Postman or Web but when I try to consume the same service from Mendix App I get the SSL Handshake error. I googled around and got to know that sometime, the RootCA is not trusted by undelying JVM and we need to add those to our project. So I was planning to use the “CACertificates” option under custom settings of project. I had few questions- Does anyone have idea how we should specify this value? What format of the certificate we should specify? Where the certificate needs to be stored?   Really appreciate if you can help me out here.
asked
1 answers
1

Have you looked into the documentation? https://docs.mendix.com/developerportal/deploy/certificates

answered