SSLException on invokeurl with custom function

SSLException on invokeurl with custom function

Hello,

I am trying to make a POST request to a url with the method invokeurl https://www.zoho.com/deluge/help/webhook/invokeurl-api-task.html

When I run the script I get the following error:

"Execution exception : 'Exception - 'SSLException''' on line number 12. Resolve errors and repeat operation."

The url to which I make the request is https:// and I understand that there must be some error with the certificate. Can I avoid checking the certificate?

If I make the request to the url via http:// I get the following error:

<h1>Access denied</h1><h2>Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.</h2


Any idea?