Open ID for google, errors out

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vitallogic
Forum Newbie
Posts: 1
Joined: Mon Mar 01, 2010 10:31 pm

Open ID for google, errors out

Post by vitallogic »

:( Hi, My call to Google OpenID authentication errors out, with the following error
CURL error (60): SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed


Note that this works from my local host, though no CURL module is installed on my PHP. However CURL is installed on my server.

The error happens irrespective of whether I add code to call to

Code: Select all

$ch = curl_init();
curl_setopt($ch,CURLOPT_SSL_VERIFYPEER, false);
$output = curl_exec($ch);
Can some one help

Thanks
Vijay S
Post Reply