[Solved] iis cURL error 60: SSL certificate problem: unable to get local issuer certificate

IIS8 5 PHP7.4

https://curl.haxx.se/docs/caextract.html Download cacert.pem,

PHP.ini modify settings:

Curl.cainfo=“d:/wamp/bin/php/php7.0.10/extras/ssl/cacert.pem”

OpenSSL.cafile=“d:/wamp/bin/php/php7.0.10/extras/ssl/cacert.pem”

Read More: