Fixing “cURL error 60”
We have a number of sites that use webhooks, which were having trouble connecting to our back-end services. This problem only occurred recently as everything was working in the past. Searching for the specific error message, “cURL error 60: SSL certificate problem: unable to get local issuer certificate” gave a number of different fixes for PHP. Essentially, configuring PHP to search for trusted certs. Unfortunately, none of the fixes worked. No matter how much reconfiguration was done for PHP, it Read more…