Google Sheet and HTTP POST Request

Hie,

I need your help in integerating Google Sheet to HTTP (POST).

Actually i am able to done the whole setting but the issue is http request says " Error
unable to verify the first certificate" See the Attachment. And help me to deal with this.

Hi @investanoop

First off, welcome to the Pipedream community. Happy to have you!

The error you’re experiencing during the custom HTTP request is a security error.

It means that the API you’re attempting to integrate with does not have HTTPS correctly configured, or is self signing a certificate.

Please contact the maintainer of this API you’re trying to integrate with, or if you control this API you’ll need to troubleshoot why your SSL / HTTPS is not signing correctly.