Advertisement
Guest User

Untitled

a guest
Jun 24th, 2014
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/lib/pymodules/python2.7/gevent/greenlet.py", line 390, in run
  3. result = self._run(*self.args, **self.kwargs)
  4. File "/usr/lib/pymodules/python2.7/gevent/server.py", line 159, in wrap_socket_and_handle
  5. ssl_socket = self.wrap_socket(client_socket, **self.ssl_args)
  6. File "/usr/lib/pymodules/python2.7/gevent/ssl.py", line 419, in wrap_socket
  7. ciphers=ciphers)
  8. File "/usr/lib/pymodules/python2.7/gevent/ssl.py", line 91, in __init__
  9. self.do_handshake()
  10. File "/usr/lib/pymodules/python2.7/gevent/ssl.py", line 342, in do_handshake
  11. return self._sslobj.do_handshake()
  12. SSLError: [Errno 1] _ssl.c:504: error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request
  13. <Greenlet at 0x343bb90: <bound method SocketIOServer.wrap_socket_and_handle of <SocketIOServer at 0x41bc7d0 fileno=3 address=0.0.0.0:8000>>(<socket at 0x41d8a90 fileno=11 sock=162.218.235.16, ('213.37.112.27', 36296))> failed with SSLError
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement