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