Page 1 of 1

s

Posted: Mon Oct 03, 2016 9:19 pm
by vangardmk
T

Re: Deluged randomly stops

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