Hello,
I was experimenting with IIS and ARR in order to reverse proxy Subsonic, as I am planning to integrate Subsonic into my standard webpage (and also hope to integrate authentication somehow). During that exercise I figured out that when https is enabled and I connect via http I get redirected to https, which in turn fails as the certificate is not accepted. I have not seen this documented anywhere, and cannot tell whether it is Jetty standard or Subsonic. Ideally I would like to control this behaviour instead of figuring out the hard way - and that´s also the primary motivation to create this issue report - avoid someone else has to figure out the hard way...
I am using https externally for all users (http is not exposed through my firewall), but it does not make sense for the local ARR connection.
Problem Description: https redirects to http
Troubleshooting Steps:
Playback Application and version: Subsonic 4.6
Subsonic Version: 4.6 (build 2583) – December 6, 2011
Server Version: jetty-6.1.x, java 1.6.0_27, Windows Server 2008 R2 (86.5 MB / 96.7 MB) -
Hardware Platform: Windows Homeserver 2011
Java Memory Limit: 100MB
Problem Filename: no specific file, tried several
Output from ffmpeg -i: irrelevant
Last ten log file lines: irrelevant
If someone knows how to turn off the redirect - appreciated. Otherwise my next step towards a solution will be to use ARR for the external connection as well and have Jetty support http only.
Thanks, jol