Right now I am stuck with a bit of a problem:
The dreaded shield.
Subsonic doesn't properly or is leaving some traffic unencrypted. Which leaves me with a subsonic webpage that sometimes doesn't load certain elements or work 100% of the time correctly.
I can easily disable this shield, but I don't want to, I would rather have a fully encrypted connection. Part of the problem with this is that I use apache2 so I can serve all web applications under my domain and certificate on one port, and not open up several ports. Now, is there any way with either ProxyPass or Apache2 itself that this can be done? I know if I try and serve Subsonic using https with proxypass, I just get an error because I am trying to proxy an encrypted connection. But there has to be some way that I can use a fully encrypted service doing this.