PHP 8.5.0 Beta 3 available for testing

Voting

: min(five, seven)?
(Example: nine)

The Note You're Voting On

knuklus at gmail dot com
3 years ago
cURL error 60: SSL certificate problem: unable to get local issuer certificate

This 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.html

Set the following value for in php.ini

curl.cainfo = "C: \ php-8.0.7 \ extras \ ssl \ cacert.pem"

<< Back to user notes page

To Top