You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/gevent/greenlet.py", line 327, in run
result = self._run(*self.args, **self.kwargs)
File "/usr/lib64/python2.7/site-packages/gevent/server.py", line 102, in wrap_socket_and_handle
ssl_socket = self.wrap_socket(client_socket, **self.ssl_args)
File "/usr/lib64/python2.7/site-packages/gevent/ssl.py", line 383, in wrap_socket
ciphers=ciphers)
File "/usr/lib64/python2.7/site-packages/gevent/ssl.py", line 87, in __init__
cert_reqs, ssl_version, ca_certs)
TypeError: an integer is required
<Greenlet at 0x5db9690: <bound method SocketIOServer.wrap_socket_and_handle of <SocketIOServer at 0x2dbc090 fileno=11 address=0.0.0.0:6543> failed with TypeError
There are a number of other server options available that expect non-string types. It would be nice if these were converted for you before being sent along to gevent.
The text was updated successfully, but these errors were encountered:
The following paste.deploy server configuration does not work
This raises the following traceback:
There are a number of other server options available that expect non-string types. It would be nice if these were converted for you before being sent along to gevent.
The text was updated successfully, but these errors were encountered: