Page 1 of 1
SSL for sabnzbd under debian squeeze on a Seagate DockStar
Posted: November 5th, 2010, 4:06 pm
by funtoy
I used apt-get to install 0.5.4 under debian squeeze on a Seagate DockStar and it works. The only issue (so far) is I can't connect to the news servers with SSL. On the server config page. Instead of SSL, it has "SSL not instead" and I can't check mark it. Is there a moudle or two I am missing?
Thanks.
Re: SSL for sabnzbd under debian squeeze on a Seagate DockStar
Posted: November 6th, 2010, 5:05 am
by jcfp
As you can see
here, python-openssl is a (recommended) dependency. As such, it would be installed with sabnzbd, unless you configured your package manager not to. Starting the program from the command line with verbose logging (
sabnzbdplus -l2) may tell you more.
Re: SSL for sabnzbd under debian squeeze on a Seagate DockStar
Posted: November 6th, 2010, 1:15 pm
by funtoy
Thanks.
I did an "apt-get install python-openssl" and am able to check mark SSL on the servers config page.