689137

Results 1 comments of 689137

I got into same problem, and was able to resolve it by modifying on connection.py lines 108 and 199 from: self.socket.run_forever() to: self.socket.run_forever(sslopt={'cert_reqs': 0}). It is too bad that the...