SSL Webservice Issues

0
Hi team.  We consume a webservice which recently had a server migration. During the server migration the webservice now forces an https connection with an SSL. We've added the cert to the java keystore and had no luck, we've added the reference in the project to the cert as well and had no luck. If we consume the same service via soap ui on our local machines or any of our other environments the webservice works as expected. Our application throws the following error:     The applications are hosted on premise and not on cloud.
asked
3 answers
1

Please try this :

Mendix Forum - Questions

answered
1

Did you try adding the certificate to the certificates section of the developer portal?

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

answered
1

For on-premise, you can add the certificate yourself. 

Try the steps given in https://mkyong.com/webservices/jax-ws/suncertpathbuilderexception-unable-to-find-valid-certification-path-to-requested-target/

 

Probably it helps already.

answered