How to install a certificate

0
I am using a SOAP webservice to get some data from an external system. The connection is secured because a certificate is required. This certificate work fine in other situations when it is stored under the current user. When installed under local machine it does not work. How should I install/import this certificate in Mendix so I can test my POST function while running my app locally?
asked
3 answers
0

Project → Settings → open your configuration → Custom

https://docs.mendix.com/howto/integration/use-a-client-certificate#3-running-locally

answered
0

I did use the '\\’ instead of the '\'.

answered
0

Did adding the certificate as Luc suggested change the error message at all? Or are you still receiving the same error as before.

The older way of adding a client cert (going back to at least Mendix 5), was to add it in the Project Settings menu:

https://docs.mendix.com/refguide/project-settings#6-certificates

You might give that a try as well.

answered