Page 1 of 1

[SOLVED] Lighttpd proxy SSL

Posted: November 16th, 2009, 7:28 am
by xorrox
Hey,

I have a little problem with my configuration on an Ubuntu System:

So my conf:
Lighttpd (ssl) -> proxy -> sabnzbd

It's work perfectly to access to interface https://domain.com/sabnzbd/

But during navigation i have a problem when i add Nzb File or Purge History. I'm redirect to http://domain.com/sabnzbd and not HTTPS

I'm searching the redirect function in source code but i don't find.

PS : i ve look for Raiser function but links to root are relative links so i don't understand

Thanks for your help

Re: Lighttpd proxy SSL

Posted: November 16th, 2009, 9:35 am
by shypike
This does not work with SABnzbd 0.4.x
You need release 0.5.0 (currently in Alpha, soon in Beta), which supports HTTPS by itself.

Re: Lighttpd proxy SSL

Posted: November 16th, 2009, 11:12 am
by xorrox
Thanks for your quickly answer.

Have you a tutorial to update a stable release to your alpha?

Replace files in /usr/share/sabnzbdplus/ ?
Install some dependancies like cheetah extern?

I'm developper and i ve browsed a  party of code. There isn't lots of comments ^^

So you do a great work, if you need help...

Re: Lighttpd proxy SSL

Posted: November 16th, 2009, 4:16 pm
by shypike
If you have a package installed for 0.4.x, it's quite easy because you have all the required modules.

Just unpack the tarbal file (*.tar.gz) at an appropriate folder and just run it like this:

Code: Select all

cd wherever/SABnzbd-0.5.0Alpha10
./SABnzbd.py <your options>
I have added you to "Release testers". Download info in the "Release Testers" board.