Hello,Friends i have wordpress blog,after i install “google analytics plugins” i have error on my dashboard like this "
SSL certificate problem, verify that the CA cert is OK. Retrying with the CA cert bundle from google-api-php-client.
after i search solution on net about this i find solution is like this
download http://curl.haxx.se/ca/cacert.pem and save it somewhere.
update php.ini -- add curl.cainfo = "PATH_TO/cacert.pem"
reference link “http://stackoverflow.com/questions/6400300/php-curl-https-causing-exception-ssl-certificate-problem-verify-that-the-ca-cer/19067939#19067939”
now,i dont know how to do can anybody help me pleaseee?