Hello,
due the fact that handling a signed cert with subsonic is very difficult I am using Apache2 as a proxy for subsonic.
So I included my cert in Apache and using it to proxy to subsonic.
But, the subsonic links for normal, non SSL, port are all http://, Subsonic will only change them when using https-port. But Apache2 proxy is denying the SSL cert from subsonic.
So, how I easily change all http:// links to https:// in Subsonic when using non SSL port for subsonic.
So I can do SSL Apache2 Proxy -> Subsonic non SSL port with https:// links.
Thanks in advance.
EDIT: Another error: Why are all links http://localhost now?