cURL error 60: SSL certificate problem: unable to get local issuer certificateThis problem can occur when developing locally on windows. I am using windows 10 (x64)In order to fix the error, I downloaded cacert.pem from https://curl.haxx.se/docs/caextract.htmlSet the following value for in php.inicurl.cainfo = "C: \ php-8.0.7 \ extras \ ssl \ cacert.pem"