
Greg Wolfe - 2023-09-03 18:44:09 -
In reply to message 4 from Greg Wolfe
I believe I found the problem.
I uncommented the following line:
echo 'Error: ' . curl_error($ch);
And, I see the error statement below:
Error: SSL certificate problem: unable to get local issuer certificate
My local machine does not have an updated cert. I can move this application to another machine/website which has a valid cert, unless you know of a workaround.
Many thanks!