Deluge daemon boot issues with SSL trackers

General support for problems installing or using Deluge
Post Reply
Animazing
New User
New User
Posts: 3
Joined: Thu Feb 18, 2010 10:25 pm

Deluge daemon boot issues with SSL trackers

Post by Animazing »

Heya,

It seems I'm encountering a problem across multiple Ubuntu 14.04 servers where the Deluge daemon just starts mid-boot, or at least does not boot far enough to allow remote connections via thin client or web-interface.

It only seems to happen to instances running SSL trackers, also it seems it started happening around the time unattended upgrades pushed the latest openssl security fixes.

I'm unsure how to continue collect more details or whether this is a Deluge or Libtorrent problem. Any pointers would be appreciated.
JohnDoee
Member
Member
Posts: 11
Joined: Thu Jan 22, 2015 7:45 pm

Re: Deluge daemon boot issues with SSL trackers

Post by JohnDoee »

Check what version of pyOpenSSL you have installed using

Code: Select all

python -c "import OpenSSL; print OpenSSL.__version__"
If it says 16.1.0, try installing 16.0.0 by using

Code: Select all

pip install pyopenssl==16.0.0
Post Reply