Closed pmrowla closed 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.
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.