Ubuntu 15, install from repository SabNZBd, been using the newsgroup server with SSL with no problem.
I had to reboot yesterday raspberry pi and my downloads were all stuck in pause. I search the configuration and find that the SSL option on the servers setting was grey out. Change the port back to 119 and everything was working again but no SSL on server options
I tried some install pyopenssl and stuff but it said it already was on the newest version.
giving pip show pyopenssl gives me
Name: pyOpenSSL
Version: 0.15.1
Location: /home/vcon/.local/lib/python2.7/site-packages
Requires: six, cryptography
which according to the web it is indeed the latest version
Can someone help ?
Keep in mind iam a newbie in ubuntu
thank you.
SSL option is grey out
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: SSL option is grey out
What is the output of:
For example:
Code: Select all
cat ~/.sabnzbd/logs/sabnzbd.log | grep -i pyopenssl
Code: Select all
$ cat ~/.sabnzbd/logs/sabnzbd.log | grep -i pyopenssl
2015-10-25 08:10:33,835::INFO::[SABnzbd:526] pyOpenSSL... found (True)
2015-10-25 08:10:55,606::INFO::[SABnzbd:526] pyOpenSSL... found (True)
2015-10-25 15:11:21,063::INFO::[sabnzbdplus:534] pyOpenSSL... found (True)
2015-10-25 18:25:05,567::INFO::[sabnzbdplus:534] pyOpenSSL... found (True)
Re: SSL option is grey out
i did another reboot and now when i run pip show pyopenssl i get this error
Your command gives me as an output
Code: Select all
pip show pyopenssl
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in <module>
load_entry_point('pip==1.5.6', 'console_scripts', 'pip')()
File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 521, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2632, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2312, in load
return self.resolve()
File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2318, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/usr/lib/python2.7/dist-packages/pip/__init__.py", line 74, in <module>
from pip.vcs import git, mercurial, subversion, bazaar # noqa
File "/usr/lib/python2.7/dist-packages/pip/vcs/mercurial.py", line 9, in <module>
from pip.download import path_to_url
File "/usr/lib/python2.7/dist-packages/pip/download.py", line 25, in <module>
from requests.compat import IncompleteRead
ImportError: cannot import name IncompleteRead
Code: Select all
cat ~/.sabnzbd/logs/sabnzbd.log | grep -i pyopenssl
2015-10-26 10:15:23,243::INFO::[sabnzbdplus:490] pyOpenSSL... NOT found - try apt-get install python-pyopenssl (SSL is optional)
2015-10-26 19:39:37,825::INFO::[sabnzbdplus:490] pyOpenSSL... NOT found - try apt-get install python-pyopenssl (SSL is optional)
Re: SSL option is grey out
Looks like a problem with your Ubuntu setup. Solve that first. You could consider doing a fresh install.
Re: SSL option is grey out
thank you sander. As i said i'm a newbie to ubuntu so i don't know how to fix my setup. I can leave without SSL on sabnzb. Will i have other problems if pyopenssl is not correctly configured.
I'm using Sonarr and Couchpotato also
I'm using Sonarr and Couchpotato also
Re: SSL option is grey out
You're ok with non-SSL news connections.
I'm not 100% sure with HTTPS-indexers ... just try.
I'm not 100% sure with HTTPS-indexers ... just try.
Re: SSL option is grey out
yes https indexer was my concern as well, i did a "test" connection in sonarr and it passed so its safe to assume that is working. Also i don't have a problem with couchpotato (no errors) and omgwtfnzbs indexer which if i remember correctly is a https indexer
thanks sander
thanks sander