Skip to content

Instantly share code, notes, and snippets.

@gschanuel
Created June 22, 2019 03:18
Show Gist options
  • Save gschanuel/8fd73155b45021380826b67db0ede34f to your computer and use it in GitHub Desktop.
Save gschanuel/8fd73155b45021380826b67db0ede34f to your computer and use it in GitHub Desktop.
[o.core.downloaders.deluge] Failed to get all torrents: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727) Traceback (most recent call last): File "/opt/couchpotato/couchpotato/core/downloaders/deluge.py", line 273, in get_alltorrents self.connect() File "/opt/couchpotato/couchpotato/core/downloaders/deluge.py", line 225, in connect self.client.connect(self.host, int(self.port), self.username, self.password) File "/opt/couchpotato/libs/synchronousdeluge/client.py", line 143, in connect self.transfer.connect((host, port)) File "/opt/couchpotato/libs/synchronousdeluge/transfer.py", line 22, in connect self.conn = ssl.wrap_socket(self.sock, None, None, False, ssl.CERT_NONE, ssl.PROTOCOL_TLSv1) 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: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment