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:

  1. download cacert.pem file here: http://curl.haxx.se/docs/caextract.html
  2. eg: save file in /etc/pki/tls.
  3. open php.ini file , add line:

    curl.cainfo="/etc/pki/tls/cacert.pem" 
  4. restart/reload apache server (service httpd reload)

Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -