email - Mailchimp API error in Magento1.9 -
i install mailchimp extension in magento1.9 , directly added api key in system->configuration->mailchimp , iam getting following error.
api call: api call lists?fields=lists&count=100 failed: problem ssl ca cert (path? access rights?) -
ssl version-3
mailchimp version - 1.5.1.
operating system: centos
can please help..
try this:
- download cacert.pem file here: http://curl.haxx.se/docs/caextract.html
- eg: save file in /etc/pki/tls.
open php.ini file , add line:
curl.cainfo="/etc/pki/tls/cacert.pem"
- restart/reload apache server (
service httpd reload
)
Comments
Post a Comment