Welcome Guest, Not a member yet? Register   Sign In
"OpenID Enabled" php library, some openids work others don't
#1

[eluser]jonnyjon[/eluser]
Has anyone else used this openId library?

I'm using their consumer example and on their site I can get all my openids to work. However, I've tested on my server and on another independent server ... some openids work and others don't.

The problem seems to be /Auth/OpenID/Consumer.php line 338
$endpoint is getting set as null ...

Since, the example doesn't require any configuration, other then the cache path, my thought is that it's some kind of a server setup issue ...

Anyone have any experience with this library?
#2

[eluser]dare[/eluser]
Did you managed to solve your problem ?
#3

[eluser]jonnyjon[/eluser]
It turns out this issue is in fact related to the curl install on the server.

... I got the following error from curl in the get() method of Auth/Yadis/ParanoidHttpFetcher.php:

SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

Possible solution:
The curl installation is using an old CA list that doesn't have a current key for the authority. This may be fixed by updating the CA bundle as per the instructions at http://curl.haxx.se/docs/sslcerts.html and http://curl.haxx.se/docs/caextract.html




Theme © iAndrew 2016 - Forum software by © MyBB