Deluge can't connect to daemon. SSL handshake failure in logs.

General support for problems installing or using Deluge
Post Reply
ramma

Deluge can't connect to daemon. SSL handshake failure in logs.

Post by ramma »

Hi, I just updated from Ubuntu 14.04 to 16.04 and deluge-gtk stopped connecting to the daemon running on another computer. The daemon computer is running deluged 1.3.6 and the computer trying to connect is running 1.3.12. Connecting from a laptop still on 14.04 with 1.3.6 connects fine, but reverting to 1.3.6 doesn't help on the desktop.

I believe this part of the deluged log is where the problem is, but I'm not sure how or if it's fixable.

Code: Select all

[INFO    ] 01:03:43 rpcserver:203 Deluge Client connection made from: 192.168.1.1:40000
[INFO    ] 01:03:43 rpcserver:223 Deluge client disconnected: [('SSL routines', 'SSL3_READ_BYTES', 'ssl handshake failure')]
On the client side debug outputs this

Code: Select all

[DEBUG   ] 00:48:24 connectionmanager:360 Status: Offline
[INFO    ] 00:48:24 client:121 Connected to daemon at 192.168.1.2:34567..
[INFO    ] 00:48:24 client:224 Connection lost to daemon at 192.168.1.2:34567 reason: Connection was closed cleanly.
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge can't connect to daemon. SSL handshake failure in logs.

Post by Cas »

This is a result of POODLE security issue, upgrade your daemon.
Post Reply