Can be resolved by modifying php.ini
add this line to your php.ini:
curl.cainfo= PATH_TO_YOUR_PEM_CA_CAERTIFICATE
Where PATH_TO_YOUR_PEM_CA_CAERTIFICATE
is path to your CA Bundle (root certificate) file.
You can obtain this file from your certificate authority.
add this line to your php.ini:
curl.cainfo= PATH_TO_YOUR_PEM_CA_CAERTIFICATE
Where PATH_TO_YOUR_PEM_CA_CAERTIFICATE
is path to your CA Bundle (root certificate) file.
You can obtain this file from your certificate authority.