python - ProxyError:NetLibError("SSL handshake error:SysCallError(-1,'Unexpected EOF')",) -


error in handle_sni:
traceback(most recent call last):
file"/user/local/lib/python2.7/dist-packages/libmproxy/proxy/server.py",line267,in handle_sni
self.server_reconnect() #reconnect upstream server sni
file"/user/local/lib/python2.7/dist-packages/libmproxy/proxy/server.py",line 223,in server_reconnect self.establish_ssl(server=true) file"/user/local/lib/python2.7/dist-packages/libmproxy/proxy/server.py",line 191,in establish_ssl raise proxyerror(502,repr(v)) proxyerror:netliberror("ssl handshake error:syscallerror(-1,'unexpected eof')",)

how solve problem? thanks:)


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -