I've been using subsonic for a while, and i really like it. My issue stems from my trying to use Pound reverse proxy on a Debian 6.0 box and subsonic running on a windows server 2008. Inside the network i can access it just fine going to https://subsonicip:4443/subsonic. I can also access this from outside my network because i forwarded port 4443 to the subsonic server.
However, i want to just https, and pound (so i can close off 1 more FW rule). the rule i have in pound is this:
ListenHTTPS
Address 192.168.20.17
Port 443
Cert "/etc/ssl/local.server.pem"
Service
URL "/Subsonic"
BackEnd
Address 192.168.20.12
Port 4443
End
End
End
I have pound working with no problems with OTRS on a different server (rule in pound is very similar). When i try https://poundserverip/subsonic, subsonic (or pound, not sure which) gives the error "The service is not available. Please try again later." This only happens when i try to use the Pound server. Obviously port 4443 is open since i can access subsonic when going directly to it's IP, and just as a precaution i specifically added port 80 and 443 to the firewall. Still the same error.
Let me know if i need to post any other info. Thanks for any assist.