pupy icon indicating copy to clipboard operation
pupy copied to clipboard

SSLError: [SSL: WRONG_VERSION_NUMBER]

Open omkarbhat1995 opened this issue 5 years ago • 0 comments

Exception in thread Authentication Thread (10.0.9.1:52859): Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/pupy/network/lib/servers.py", line 122, in _setup_connection wrapper, credentials = self.authenticator(sock) File "/pupy/network/transports/ssl/conf.py", line 54, in call ciphers=self.ciphers File "/usr/lib/python2.7/ssl.py", line 931, in wrap_socket ciphers=ciphers) File "/usr/lib/python2.7/ssl.py", line 599, in init self.do_handshake() File "/usr/lib/python2.7/ssl.py", line 828, in do_handshake self._sslobj.do_handshake() SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:727)

omkarbhat1995 avatar Sep 16 '20 15:09 omkarbhat1995