待填。
和其他系统有区别吗
一直用 goagent 或 smartladder 科学上网
goagent 通杀,教育网没区别的吧
s-s-h 也可以,而且是通用手法,配置简单(linux 默认就提供 openssh),几乎是云空间标配,免费的不少,redhat 的 openshift,koding,nitrous.io 都提供.
alex@linux-zpc0:~/goagent/local> python proxy.py
Traceback (most recent call last):
File “proxy.py”, line 1458, in
class AdvancedProxyHandler(SimpleProxyHandler):
File “proxy.py”, line 1470, in AdvancedProxyHandler
openssl_context = OpenSSL.SSL.Context(OpenSSL.SSL.TLSv1_METHOD)
AttributeError: ‘NoneType’ object has no attribute ‘SSL’
什么问题啊?
有问题最好开新帖问。
检查一下有没有安装 python-gevent,以及你的 python 版本试不试 2.7。