Page 1 of 1

Deluge daemon boot issues with SSL trackers

Posted: Sat Sep 24, 2016 11:20 am
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.

Re: Deluge daemon boot issues with SSL trackers

Posted: Tue Oct 04, 2016 9:12 am
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