I have already seen Sander's comments on SSL on Ubuntu and successfully getting it to work. However, I am using a linux box (converted NAS) to run the new beta and I have installed py-openSSL and based on the instructions would expect SSL to be enabled in SAB, but unfortunately it is blanked out
the following packages are installed:
py-openssl - 0.6-1 -
py25-openssl - 0.6-1 - Python wrapper around a small subset of the OpenSSL library.
Can anyone provide any clues, I'd love to get SSL working.
SSL on linux NAS box
Forum rules
Help us help you:
Help us help you:
- 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 on linux NAS box
Worked on my LinkStation: http://forums.sabnzbd.org/http://forums ... 1584#p1584
Re: SSL on linux NAS box
I can't understand it then. I have installed exactly the same package as you - is there anyway of looking into why it isn't working for me?
Re: SSL on linux NAS box
All I can suggest is to check if py-openssl has any dependencies that you are missing.
Re: SSL on linux NAS box
As described in my other post (which you had seen), my SSL is working correct on Ubuntu Linux. A first check is to look in sabnzb.log for the SSL line:
2008-04-10 09:12:39,218::INFO::pyOpenSSL... found (True)
Do you see that line? If not, I guess the pyOpenSSL is not installed correctly.
2008-04-10 09:12:39,218::INFO::pyOpenSSL... found (True)
Do you see that line? If not, I guess the pyOpenSSL is not installed correctly.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: SSL on linux NAS box
Hi
Thanks for that. I checked the log and yes it says pyopenssl not found. No idea on how to get it working. The log file states to try "apt-get install python-pyopenssl", when i did my install of pyopenssl, i use ipkg install pyopenssl and as per my post above, my nas box states that its installed.
Oh well. I'll try removing the package and installing it again, if there are any other suggestions please let me know.
Cheers
Thanks for that. I checked the log and yes it says pyopenssl not found. No idea on how to get it working. The log file states to try "apt-get install python-pyopenssl", when i did my install of pyopenssl, i use ipkg install pyopenssl and as per my post above, my nas box states that its installed.
Oh well. I'll try removing the package and installing it again, if there are any other suggestions please let me know.
Cheers
Re: SSL on linux NAS box
I don't know about your NAS, but *I* needed "sudo apt-get install ..." on my machine.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: SSL on linux NAS box
This is what is installed on my Ubuntu system.
python-openssl 0.6-5 Python wrapper around the OpenSSL library
python-pyopenssl 0.6-5 transitional dummy package
Maybe you need both packages?
python-openssl 0.6-5 Python wrapper around the OpenSSL library
python-pyopenssl 0.6-5 transitional dummy package
Maybe you need both packages?
Re: SSL on linux NAS box
On my NAS I use stunnel with sabnzbdplus. No issues.