Redirection not relaxed

Report & discuss bugs found in SABnzbd

Redirection not relaxed

Postby torbens_dk » November 10th, 2008, 2:16 pm

Version: SABnzbd 0.4.5
OS: (Windows XP SP3, Danish)
Install-type: Windows Installer
Firewall: XP SP2 Firewall
IPV6: no
Reproducible: yes
inpheau on IRC suggested i bug report this error.


I use an Apache as a SSL proxy for the SABnzbd running on the windows machine.
So to make this work, https://FQDN can not be replaced by http://ip

In the default themplate this seems not to be working.
inpheau suggested replaceing the listening on with the FQDN, with a change to the hosts file that started up nicely but still replaceing the FQDN for the non secure http://ip.
A switch to smpl, fixed the issue for now (no excensive testest).

A small list, will update as I test: Menu item => button/link
queue => sort by name
history => purge
torbens_dk
Newbie
Newbie
 
Posts: 4
Joined: November 10th, 2008, 1:58 pm

Re: Redirection not relaxed

Postby switch » November 10th, 2008, 3:04 pm

This is a bug with cherrypy version 2 (the webserver we use). See this thread: http://forums.sabnzbd.org/http://forums ... 6657#p6657

How do you have apache set up? I thought using ProxyPass SSL worked.
User avatar
switch
Moderator
Moderator
 
Posts: 1513
Joined: January 17th, 2008, 4:55 pm
Location: UK

Re: Redirection not relaxed

Postby torbens_dk » November 10th, 2008, 5:54 pm

From what I understand this should work



ProxyPass /sabnzbd/ http://172.16.17.21/sabnzbd/
ProxyPassReverse /sabnzbd/ http://172.16.17.21/sabnzbd/
torbens_dk
Newbie
Newbie
 
Posts: 4
Joined: November 10th, 2008, 1:58 pm

Re: Redirection not relaxed

Postby switch » November 10th, 2008, 9:57 pm

User avatar
switch
Moderator
Moderator
 
Posts: 1513
Joined: January 17th, 2008, 4:55 pm
Location: UK


Return to Bug Reports