kentical / gappproxy

Automatically exported from code.google.com/p/gappproxy
GNU General Public License v3.0
0 stars 0 forks source link

我更新了2.0版本,但是还是不能看youtube #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
我是ubuntu 10.04平台,python 
2.6,在安装了2.0版本后(新建了一个app),还是看不了youtube,��
�以打开网页,但是看不了视频。输出的信息是:

----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 33362)
Traceback (most recent call last):
  File "/usr/lib/python2.6/SocketServer.py", line 558, in process_request_thread
    self.finish_request(request, client_address)
  File "/usr/lib/python2.6/SocketServer.py", line 320, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python2.6/SocketServer.py", line 615, in __init__
    self.handle()
  File "/usr/lib/python2.6/BaseHTTPServer.py", line 329, in handle
    self.handle_one_request()
  File "/usr/lib/python2.6/BaseHTTPServer.py", line 323, in handle_one_request
    method()
  File "./proxy.py", line 60, in do_CONNECT
    ssl_sock = ssl.SSLSocket(self.connection, server_side=True, certfile=common.DEF_CERT_FILE, keyfile=common.DEF_KEY_FILE)
  File "/usr/lib/python2.6/ssl.py", line 113, in __init__
    cert_reqs, ssl_version, ca_certs)
SSLError: [Errno 336265218] _ssl.c:337: error:140B0002:SSL 
routines:SSL_CTX_use_PrivateKey_file:system lib
----------------------------------------

Original issue reported on code.google.com by zhssm...@gmail.com on 14 Sep 2010 at 6:33

GoogleCodeExporter commented 8 years ago
我最近才开始学着使用,下的是svn的1。2版本(svn checkout 
http://gappproxy.googlecode.com/svn/trunk/ gappproxy-read-only)
平台是fedora12和mac(leopard10。6)都可以看youtube有时会卡,有�
��很快连720P的视频都缓冲很少。

Original comment by janz...@gmail.com on 15 Sep 2010 at 12:35

GoogleCodeExporter commented 8 years ago
我最近才开始学着使用,下的是svn的1。2版本(svn checkout 
http://gappproxy.googlecode.com/svn/trunk/ gappproxy-read-only)
平台是fedora12和mac(leopard10。6)都可以看youtube有时会卡,有�
��很快连720P的视频都缓冲很少。

Original comment by janz...@gmail.com on 15 Sep 2010 at 12:38

GoogleCodeExporter commented 8 years ago
偶的還是ubuntu 9.10,也是 GAppProxy 
2.0的,這2天用ta的時候,會在終端顯示下面這些:

Exception happened during processing of request from ('127.0.0.1', 37146)
Traceback (most recent call last):
  File "/usr/lib/python2.6/SocketServer.py", line 558, in process_request_thread
    self.finish_request(request, client_address)
  File "/usr/lib/python2.6/SocketServer.py", line 320, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python2.6/SocketServer.py", line 615, in __init__
    self.handle()
  File "/usr/lib/python2.6/BaseHTTPServer.py", line 329, in handle
    self.handle_one_request()
  File "/usr/lib/python2.6/BaseHTTPServer.py", line 323, in handle_one_request
    method()
  File "/home/geeker/下载/gappproxy/localproxy-2.0.0/proxy.py", line 60, in do_CONNECT
    ssl_sock = ssl.SSLSocket(self.connection, server_side=True, certfile=common.DEF_CERT_FILE, keyfile=common.DEF_KEY_FILE)
  File "/usr/lib/python2.6/ssl.py", line 113, in __init__
    cert_reqs, ssl_version, ca_certs)
SSLError: [Errno 336265218] _ssl.c:337: error:140B0002:SSL 
routines:SSL_CTX_use_PrivateKey_file:system lib

用Google搜了一下,也有人在 launchpad.net 上詢問了
https://lists.launchpad.net/c2c-oerpscenario/msg13939.html
類似情形。

偶不是很熟悉code,有人看看嗎?

Original comment by e.gu...@gmail.com on 27 Mar 2011 at 6:30