Hi,
I am getting Internal error when I use google open auth I have attached full server log at http://pastebin.com/iUDwAw0G Can someone take a look and let me know if anything is wrong with my installation ?
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-03-07 23:12:45 -0500
Seen: 62 times
Last updated: Mar 07 '12
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
Can you log in with password? Did you customize the settings.py file? Maybe you can post it too? I don't have this error anywhere.
Evgeny ( 2012-03-08 09:02:04 -0500 )editHi, password is only method that works, None of openid based login works. Here is settings.py, I have masked real username/password/ip. http://pastebin.com/EcvkD11U
Prafulla T ( 2012-03-08 09:52:48 -0500 )editYou might have an issue with the server time - do you have "root" access? You could try running
Evgeny ( 2012-03-08 10:05:04 -0500 )editntpdate us.pool.ntp.org. Also you could just check the current system time by typingdate. If the date is off the mark and you do not have root access - talk to your hosting support.I just checked time using date command, it seems to be correct as per Chicago timezone. Can you tell me how you arrived at that conclusion ?
Prafulla T ( 2012-03-08 10:48:40 -0500 )editWhen server time is incorrect, openid and oauth protocol breaks, I've seen that. Also it is possible that there is some issue in the python openid library and/or the way we use it. Please check if the library was recently updated and in the case it was - downgrade it to some older version. I will look into this too later today.
Evgeny ( 2012-03-08 10:52:39 -0500 )edit