Closed bharukaRupesh closed 6 years ago
Hi, I am hitting post api using chakram but getting SSL Certificate error. Eg. chakram.post(url, json_data);
post api
SSL Certificate error.
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?
Hi, I am hitting
post api
using chakram but gettingSSL 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?