Page 1 of 1

SSL on linux NAS box

Posted: April 9th, 2008, 3:29 am
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.

Re: SSL on linux NAS box

Posted: April 9th, 2008, 3:34 am
by neilt0

Re: SSL on linux NAS box

Posted: April 9th, 2008, 5:15 am
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?

Re: SSL on linux NAS box

Posted: April 9th, 2008, 5:36 am
by neilt0
All I can suggest is to check if py-openssl has any dependencies that you are missing.

Re: SSL on linux NAS box

Posted: April 10th, 2008, 2:18 am
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.

Re: SSL on linux NAS box

Posted: April 10th, 2008, 2:49 am
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

Re: SSL on linux NAS box

Posted: April 10th, 2008, 4:05 am
by sander
I don't know about your NAS, but *I* needed "sudo apt-get install ..." on my machine.

Re: SSL on linux NAS box

Posted: April 10th, 2008, 5:57 am
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?

Re: SSL on linux NAS box

Posted: April 18th, 2008, 5:44 pm
by lost101
On my NAS I use stunnel with sabnzbdplus. No issues.