Hello everyone,
This is my first post here. First of all congratulations for a great product.
I’m creating a custom API connector to communicate with WHM/cPanel (Web Host Manager) on my web server. The WHM is using self-signed SSL certificate.
When running a test API call with API connector, it shows me the following error message:
{“code”:“DEPTH_ZERO_SELF_SIGNED_CERT”}
Is there a way to bypass SSL certificate errors in the API connector? For example, with Postman these certificate errors are bypassed (just like using any programming language you can ignore these errors).
Thanks a lot