suede / breakwall

Automatically exported from code.google.com/p/breakwall
69 stars 11 forks source link

成功连接,可是除了google以外其他所有网页都显示 #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
具体如下:

oAgent Version   : 2.0.6 (python/2.7.2 pyopenssl/0.13)
Listen Address    : 127.0.0.1:8087
GAE Mode          : https
GAE Profile       : google_hk
GAE APPID         : shadyxiao
------------------------------------------------------
INFO - - [Sep 25 18:55:02] resolve common.GOOGLE_HOSTS 
domian=('www.google.com', 'mail.google.com', 'www.google.com.hk', 
'www.google.com.tw') to iplist
INFO - - [Sep 25 18:55:03] resolve common.GOOGLE_HOSTS domian to 
iplist=('74.125.128.103', '74.125.128.199', '74.125.128.105', '74.125.128.104', 
'74.125.128.106', '74.125.128.99', '74.125.128.147', '74.125.128.18', 
'74.125.128.19', '74.125.128.94', '74.125.128.83', '74.125.128.17')
127.0.0.1:52124 - - [Sep 25 18:55:03] "CONNECT p08-caldav.icloud.com:443 
HTTP/1.1" 200 -
ERROR - - [Sep 25 18:55:03] 
ssl.wrap_socket(self.connection=<socket._socketobject object at 0x10a032670>) 
failed: [Errno 8] _ssl.c:503: EOF occurred in violation of protocol
Traceback (most recent call last):
  File "proxy.py", line 829, in do_CONNECT_Tunnel
    self.connection = ssl.wrap_socket(self.connection, certfile=certfile, keyfile=keyfile, server_side=True)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 372, in wrap_socket
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 134, in __init__
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 296, in do_handshake
SSLError: [Errno 8] _ssl.c:503: EOF occurred in violation of protocol
ERROR - - [Sep 25 18:55:03] do_CONNECT_Tunnel socket.error
Traceback (most recent call last):
  File "proxy.py", line 832, in do_CONNECT_Tunnel
    self.connection = ssl.wrap_socket(self.connection, certfile=certfile, keyfile=keyfile, server_side=True, ssl_version=ssl.PROTOCOL_TLSv1)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 372, in wrap_socket
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 134, in __init__
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 296, in do_handshake
SSLError: [Errno 8] _ssl.c:503: EOF occurred in violation of protocol

跪求解决方案。。

Original issue reported on code.google.com by ShadyX...@gmail.com on 25 Sep 2012 at 11:08

GoogleCodeExporter commented 9 years ago
去进阶设置里把连接模式改回http,再把代理类型改回google_cn�
��然后重启系统并重新连接。

看到你的信息里是这样的:
GAE Mode        : https
GAE Profile       : google_hk

改成这样:
GAE Mode        : http
GAE Profile       : google_cn

Original comment by Mariposa...@gmail.com on 26 Sep 2012 at 8:48