dareid / chakram

REST API test framework. BDD and exploits promises
http://dareid.github.io/chakram/
MIT License
908 stars 99 forks source link

Error: self signed certificate #130

Closed bharukaRupesh closed 6 years ago

bharukaRupesh commented 6 years ago

Hi, I am hitting post api using chakram but getting SSL Certificate error. Eg. chakram.post(url, json_data);

Note: url is the api call and json_data is actual json object I am passing.

Is there a way to ignore the certificate or add the certificate in chakram?