[SOLVED] Lighttpd proxy SSL

Get help with all aspects of SABnzbd
Forum rules
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.
Post Reply
User avatar
xorrox
Release Testers
Release Testers
Posts: 26
Joined: November 9th, 2009, 7:58 am
Location: FR

[SOLVED] Lighttpd proxy SSL

Post 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
Last edited by xorrox on November 17th, 2009, 10:26 am, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Lighttpd proxy SSL

Post 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.
User avatar
xorrox
Release Testers
Release Testers
Posts: 26
Joined: November 9th, 2009, 7:58 am
Location: FR

Re: Lighttpd proxy SSL

Post 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...
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Lighttpd proxy SSL

Post 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.
Post Reply