Consume webservice: Unable to find valid certification path

0
Hi, I have a web service with which you must connect with a PFX certificate. In SOAP UI this works, but in my local Mendix application I get the error message: "sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path". I have loaded the PFX certificate in Project> Settings> Certificates Hopefully someone at the forum can help me with the implementation of the PFX certificate in my app.
asked
1 answers
1

You need to get it from your browser. Go to the web services url and then:

Firefox: https://www.thesslstore.com/knowledgebase/code-signing-collecting-export/download-export-firefox/

chrome: https://www.comodo.com/support/products/authentication_certs/setup/mac_chrome.php

ie: https://www.sslsupportdesk.com/how-to-export-a-certificate-from-internet-explorer/

answered