viewtopic.php?t=7548)
The 5th post implies that specifying the standard port should enable it.
Finally, you need to edit /etc/default/subsonic. In the SUBSONIC_ARGS line, add the -https-port=PORT option. You can also disable non-SSL usage with --port=0. For example, if you want to run on SSL port 5000 with non-SSL traffic disabled, you might have a line like this:
Code:
SUBSONIC_ARGS="--port=0 --https-port=5000 --max-memory=100"
I would think that if you replaced the "0" with the http port then both should be accessible. This was on Subsonic 4.5 but I wouldn't think that would be a factor.
The last post implies that if both are enabled, the subsonic.org redirection service will use the SSL port, but inside your network you should be able to use the localhost ip and the http port number to access the site. e.g.
http://192.168.1.250:4040 - assuming the default port is used.
Another approach that might work would be to disable the SSL port, go to Settings/Network and Save. That should transmit the http port to the redirection service rather than the ssl port. Once done and verified working, then re-enable the SSL port, but do not resave to subsonic.org. This may or may not work, but would be worth trying.