Version 5.0.6 CURL / SSL issue

When attempting to perform curl requests I get the error: “SSL certificate problem: unable to get local issuer certificate”

phpinfo() shows that curl.cainfo is empty which I believe is causing the issue. I’m able to fix the issue by manually adding a file to the PHP config per site but this is a pain to have to do for every site.