Question

I've been trying out the Zend Framework 1.12 Gdata library. I've tried some random code snippets from the interweb, but my application keeps returning the needed SSL installation onto my server (localhost). I'm wondering if the SSL certificate is always needed for using the Gdata library? It would pretty much such if so. Could someone inform me some more on this subject... couldn't find a real answer to it on the web.

Was it helpful?

Solution

i guess you have to remove the comment on the following line by going into php.ini file..

extension=php_openssl.dll

it may solve your problem.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top