Can we disable SSL certificate verification during rest call

0
I have a rest call which requires SSL Certificate Verification turned off. In postman I have that option and then the service works fine. Is there a way to do this in Mendix while making the rest call? Attaching the screenshot from Postman.
asked
1 answers
3

Do you want to switch it off because you have an untrusted certificate, for instance a self-signed certificate?

Instead of disabling the verification, you can add the certificate to the list of trusted certificates.

See https://docs.mendix.com/refguide/project-settings

answered