PHP, Windows and SSL

Kevin Turner kevin at janrain.com
Fri Feb 8 11:05:38 PST 2008


On Fri, 2008-02-08 at 13:31 +0000, Julian Bond wrote:
> However, after returning, I get the error message
>  OpenID authentication failed: Server denied check_authentication
> >From $response->message even though doing the exact same thing to the
> http:// version of the Provider works fine. Any ideas on how to debug
> this?

The fact that it's attempting check_authentication means that it hasn't
successfully established an association with the myOpenID https
endpoint.

There's an oidutil.log line in Consumer.php _requestAssociation that you
might try uncommenting.  Or just see what happens when you run the
following:

php> require_once "Auth/Yadis/Yadis.php"
php> $f = Auth_Yadis_Yadis::getHTTPFetcher()
php> $f->post("https://www.myopenid.com/server", "mode: associate")






More information about the Dev mailing list