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
[SOLVED] Lighttpd proxy SSL
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- 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.
[SOLVED] Lighttpd proxy SSL
Last edited by xorrox on November 17th, 2009, 10:26 am, edited 1 time in total.
Re: Lighttpd proxy SSL
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.
You need release 0.5.0 (currently in Alpha, soon in Beta), which supports HTTPS by itself.
Re: Lighttpd proxy SSL
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...
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
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:
I have added you to "Release testers". Download info in the "Release Testers" board.
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>

