asteroidman / wallproxy-plus

Automatically exported from code.google.com/p/wallproxy-plus
1 stars 0 forks source link

爪机登录 api.twitter.com 出现错误 #392

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
以前通过老版本的 WallProxy 代理是没问题的, 
这段时间突然就出现了这个问题

反馈信息如下:

192.168.1.9 - [2012-11-13 20:43:19] WP SSLError for api.twitter.com:443: [Errno 
6] _ssl.c:504: TLS/SSL connection has been closed
192.168.1.9 - [2012-11-13 20:43:19] GAE "POST https://twitter.com/scribe 
HTTP/1.1" 200 27

Original issue reported on code.google.com by heeroyuyj on 13 Nov 2012 at 12:44

GoogleCodeExporter commented 9 years ago
新版默认开启通配符证书,这样生成的证书更少,例如
对于twitter.com|api.twitter.com|www.twitter.com|mobile.twitter.com这四个域
名,
只会生成两个证书:twitter.com.crt和_.twitter.com.crt。
如果有问题的话,可以试试将cert_wildcard设为0。

Original comment by www.eh...@gmail.com on 13 Nov 2012 at 1:42

GoogleCodeExporter commented 9 years ago
呃, 已修改为

; 是否使用通配符证书 (生成的证书文件更少)
cert_wildcard = 0

但是还是反馈 192.168.1.9 - [2012-11-13 21:45:28] WP SSLError for 
api.twitter.com:443: [Errno 6] _ssl.c:504: TLS/SSL connection has been closed

Original comment by heeroyuyj on 13 Nov 2012 at 1:46

GoogleCodeExporter commented 9 years ago
换v2.0.6版试试

Original comment by www.eh...@gmail.com on 13 Nov 2012 at 1:57

GoogleCodeExporter commented 9 years ago
也出现一样的错误

192.168.1.9 - - [2012-11-13 22:05:39] SSLError for api.twitter.com:443: [Errno 
6] _ssl.c:504: TLS/SSL connection has been closed

在 iOS 上的 Twitter 官方客户端直接通过 GAE 
走一道是无法登录的, 但是在设置 https://api.twitter.com 后, 
通过 GAE 是可以登录的 (以前成功过), 
但是现在就是不停的这个错误 -_-

Original comment by heeroyuyj on 13 Nov 2012 at 2:07

GoogleCodeExporter commented 9 years ago
在客户端上显示的信息是

操作无法完成
NSURLErrorDomain error -1012

Original comment by heeroyuyj on 13 Nov 2012 at 2:08

GoogleCodeExporter commented 9 years ago
是不是你这个客户端更新过?

Original comment by www.eh...@gmail.com on 13 Nov 2012 at 2:11

GoogleCodeExporter commented 9 years ago
搞定了

原本 Twitter 官方给出的 API 是 https://api.twitter.com

我改成了 http://api.twitter.com

就不出错了

我最早用的是 Twitter 官方客户端, 后来更新为 TweetBot, 
不知为何突然不可使用了, 然后就总是提示无法连接到 Twitter 
的服务器 (用浏览器是完全无障碍访问 Twitter 的), 
就只好用回官方的客户端, 然后就遇到了这个问题

Original comment by heeroyuyj on 13 Nov 2012 at 2:13

GoogleCodeExporter commented 9 years ago

Original comment by heeroyuyj on 13 Nov 2012 at 2:29

GoogleCodeExporter commented 9 years ago
Moved to: Issue wallproxy:442

Original comment by heeroyuyj on 2 Dec 2012 at 5:01