Windows PHP cURL SSL connection response false, and the .pem file from outer space
If you are trying to stablish an SSL connection using PHP cURL from windows, check that you have a file named "cacert.pem" on your PC, you can download it from the following link:
https://curl.se/docs/caextract.html
You may put it on "your php instal...
codeartisan.hashnode.dev1 min read