Cannot add SSL certificate in acceptance

0
I have an app in which I have added a .p12 certificate locally, and it works, but when I try to add the .p12 in acceptance I get the following: and it does not upload the certificate. note( In my local application when the certificate is loaded, it splits into two, instead of one)
asked
2 answers
0

Did you try to check your certificate with openSSL? See the how to here: https://www.sslshopper.com/article-most-common-openssl-commands.html If openSSL says the certificate is ok, file a support ticket.

Regards,

Ronald

answered
0

The system in the Mendix Cloud only works with one client certficate per pkcs12 container. With some help from the openssl tool you could split your file into two pkcs12 files and upload them both individually

answered