开发者

Invalid OpenID response: HTTP 599: SSL certificate problem, verify that the CA cert is OK.

I'm trying to run authdemo.py (demos/auth/ folder) from Tornado 2 http://www.tornadoweb.org/ package to try out authentication mix-ins.

However I get the following error:

[I 110728 15:24:57 web:1235] 302 GET / (127.0.0.1) 1.00ms
[I 110728 15:24:57 web:1235] 302 GET /auth/login?next=%2F (127.0.0.1) 0.00ms
[I 110728 15:25:00 httpclient:628] POST https://www.google.com/accounts/o8/ud
[W 110728 15:25:01 auth:151] Invalid OpenID response: HTTP 599: SSL certificate problem, verify that the CA cert is OK. Details:
    error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate ver开发者_开发百科ify failed
[W 110728 15:25:01 web:892] 500 GET /auth/login?next=......

I am no SSL expert so this stuff is completely cryptic to me.

Any ideas how I should start debugging this problem?


Most likely a certificate bundle problem. It looks like a curl error, which is weird, as curl is no longer the default HTTPClient. Are you on Python 2.5, perhaps? Try updating pycurl and libcurl, or try Python 2.6.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜