goonpug/goonpug-stats

openid login doesn't work

Closed this issue · 1 comments

Logging in via steam doesn't work in production deployments. After you log in on the steam community page you are never redirected back to the correct server. If you test it in a localhost instance it does work.

fixed in e0214c2

The issue was that steam's open ID provider is messed up, and their SSL cert can't be verified by curl. To fix this you have to force python-openid to use "weak" ssl verification, which uses urllib2 instead of curl.