Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double validation ? #59

Open
GoogleCodeExporter opened this issue Jul 6, 2015 · 0 comments
Open

Double validation ? #59

GoogleCodeExporter opened this issue Jul 6, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant