Closed t3rraform closed 6 years ago
RequestException in CurlFactory.php line 186: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
I set https to false but I still get the error.
The https setting in the config defines if your callback url should be called via https or not. To solve your localhost curl error: https://stackoverflow.com/a/21114601/4907524
https
Worked, thanks I appreciate it!
RequestException in CurlFactory.php line 186: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
I set https to false but I still get the error.