How to bypass Client certificate in REST API Calls

0
Hi Experts, I have a rest call which requires SSL Certificate Verification turned off or bypass the certificate. In postman I have that option and once I disables that option 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
0

It does not sound as a very save service, but fine. you should use http instead of https in your URL, that should use the same service without SSL

answered