I am trying to consume a REST service on a remote machine which issued a client certificate in pfx-format for my convenience. I have imported the certificate, and the root-certificate, in the project settings of my app.
When executing the REST call the system returns a HTTP403 response with the message "No client certificate supplied!".
I have tried both the certificates tab in the project settings, as well as the custom settings in the project configuration. Both give the same result.
The same REST service with the same certificate results in a HTTP200 when called from Postman.
Is there anything else I should do besides import the certificate? Should I import it on my windows environment (tried that too)? Or in the java keystore (tried and failed)?