This is for PHP 7.1, Xampp 3.2.2, Windows 10 64x/32x.
Steps:
cacert-2017-09-20.pem
file to curl-ca-bundle.crt
C:\xampp\apache\bin\
php.ini
and find openssl.cafile
, uncomment and provide path for curl-ca-bundle.crt
openssl.cafile="C:\xampp\apache\bin\curl-ca-bundle.crt"
This is solve! Mine is working now. Thanks!