Ignoring CertificateExpired exception for REST call

0
In a microflow, I am calling an API that has an expired SSL certificate and this raises an error. Is there a way to ignore the fact that the certificate has expired to still be able to use the end-point ? (for example, it works in Postman if I deactivate the SSL certificate verification). Many thanks in advance for your help !
asked
1 answers
3

See https://docs.mendix.com/refguide/project-settings#6-certificates where there is some explanation about ignoring this via the project settings. Maybe this helps you?

answered