Hi all
I'm trying to call a REST API which requires the use of a Client Certificate to authenticate using the http action.
I'm base64 encoding the pfx file and are supplying the corresponding password but the flow fails with the error message: "Could not load the certificate private key. Please check the authentication certificate password is correct and try again."
I'm using the same certificate to access the api server programatically with no issues. The error message indicates to me that the action is not able to load and use the certificate/password correctly.
Have anyone gotting this authentication mechanism to work properly? If so, how did you generate the certificate you are using?
In advance, thanks!
-svein