goonpug / goonpug-stats

This flask stats site is deprecated and has been replaced with goonpug-web
https://github.com/goonpug/goonpug-web
Other
1 stars 2 forks source link

openid login doesn't work #1

Closed pmrowla closed 11 years ago

pmrowla commented 11 years ago

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.

pmrowla commented 11 years ago

fixed in e0214c28c040d4e4ea20bd27cc5b0bde560d63cf

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.