SSLException on invokeurl with custom function
Hello,
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?