SSL on linux NAS box

Questions and bug reports for Beta releases should be posted here.
Forum rules
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.
Post Reply
manks
Newbie
Newbie
Posts: 36
Joined: January 22nd, 2008, 7:47 am

SSL on linux NAS box

Post by manks »

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.
User avatar
neilt0
Full Member
Full Member
Posts: 120
Joined: January 22nd, 2008, 4:16 am

Re: SSL on linux NAS box

Post by neilt0 »

manks
Newbie
Newbie
Posts: 36
Joined: January 22nd, 2008, 7:47 am

Re: SSL on linux NAS box

Post by manks »

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?
User avatar
neilt0
Full Member
Full Member
Posts: 120
Joined: January 22nd, 2008, 4:16 am

Re: SSL on linux NAS box

Post by neilt0 »

All I can suggest is to check if py-openssl has any dependencies that you are missing.
User avatar
sander
Release Testers
Release Testers
Posts: 8830
Joined: January 22nd, 2008, 2:22 pm

Re: SSL on linux NAS box

Post by sander »

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.
Please don't send me unrequested PM's; the forum is the best way to communicate.
If someone helps you, please reply to that help.
f you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
manks
Newbie
Newbie
Posts: 36
Joined: January 22nd, 2008, 7:47 am

Re: SSL on linux NAS box

Post by manks »

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
User avatar
sander
Release Testers
Release Testers
Posts: 8830
Joined: January 22nd, 2008, 2:22 pm

Re: SSL on linux NAS box

Post by sander »

I don't know about your NAS, but *I* needed "sudo apt-get install ..." on my machine.
Please don't send me unrequested PM's; the forum is the best way to communicate.
If someone helps you, please reply to that help.
f you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: SSL on linux NAS box

Post by shypike »

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?
lost101
Newbie
Newbie
Posts: 18
Joined: February 14th, 2008, 4:52 am

Re: SSL on linux NAS box

Post by lost101 »

On my NAS I use stunnel with sabnzbdplus. No issues.
Post Reply