You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set up a lightopenid provider (LOP) in a testing environment. I have
also installed the lightopenid client (LOC) at various places to test it.
Most of the LOCs work fine and the validate() function returns true, but I need
to make it work on a client site which is hosted by... Godaddy, and so far
valide() fails on it. At least that's what I thought at first !
To troubleshoot the problem, I wrote some stuff in a file on the LOP side, and
I realized the 'check_authentication' case of the server() function is run
twice. First time, all is well, but for some unknown reason it goes in there a
second time and fail because the assoc is gone. Of course, the LOC on Godaddy
seems to only receive the failure...
Any idea ? Any experience with Godaddy ?
Many thanks
Original issue reported on code.google.com by [email protected] on 22 Feb 2012 at 8:02
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 22 Feb 2012 at 8:02The text was updated successfully, but these errors were encountered: