"php curl error code 60" Code Answer

4

Use this certificate root certificate bundle:

https://curl.haxx.se/ca/cacert.pem

Copy this certificate bundle on your disk. And use this on php.ini

curl.cainfo = "path_to_certcacert.pem"
By Nona Urbiz on August 23 2022

Answers related to “php curl error code 60”

Only authorized users can answer the search term. Please sign in first, or register a free account.