Page 1 of 1

Not able to activate https - sabnzbd 0.7.20

Posted: February 9th, 2016, 2:51 am
by herve49
Hello

I have post before 3 days on the french forum for the same reason but have not received answer.

Sabnzbd works well but i was not able to activate https : the line is grey (not black).
So can't tick anything.

Pyopenssl is installed on my system in /usr/lib/python2.7/site-packages/service_identity/pyopenssl.py
My system : PCLinuxOS 2016 - KDE4 - fully updated - kernel 4.4.1.

In the log file, i found this line "INFO::[SABnzbd:502] pyOpenSSL... NOT found - try apt-get install python-pyopenssl (SSL is optional)" !!!

I had too modify in sabnzbd.ini the line "enable https = 0) to 1.
But this give not the access to tick the line that stays in grey.

Thanks for your help

Herve49

Re: Not able to activate https - sabnzbd 0.7.20

Posted: February 9th, 2016, 3:38 am
by sander
On your Linux, start Python, and type:

Code: Select all

from OpenSSL import SSL
Post the output here.

Re: Not able to activate https - sabnzbd 0.7.20

Posted: February 9th, 2016, 5:02 am
by herve49
Very thanks for your reply.

Your question has give me all awaited responses !
From the command line, i have see many packages haven't be installed.

Problem now solved

Herve49

Re: Not able to activate https - sabnzbd 0.7.20

Posted: February 9th, 2016, 5:57 am
by sander
Cool!