500 Proxy Error
Hi everybody,
i am running subsonic on a ubuntu 11.10 64 bit system. I use apache reverse proxy to direct the traffic to https://<dyndns-adress>/music/. This worked for month. After a upgrade of the apache server I get the following error and cant login through the reverse proxy:
Proxy Error
The proxy server could not handle the request GET /music/index.view.
Reason: Error during SSL Handshake with remote server
Here the reverse proxy entry:
ProxyPass /music/ https://192.168.2.3:4043/music/
ProxyPassReverse /music/ https://192.168.2.3:4043/music/
This sounds to me, that the reverse proxy is not satisfied with the ssl cert of the subsonic. I want to stream my media stuff across the i-net, so ssl is a must.
Any ideas how i can fix this?
Ben
i am running subsonic on a ubuntu 11.10 64 bit system. I use apache reverse proxy to direct the traffic to https://<dyndns-adress>/music/. This worked for month. After a upgrade of the apache server I get the following error and cant login through the reverse proxy:
Proxy Error
The proxy server could not handle the request GET /music/index.view.
Reason: Error during SSL Handshake with remote server
Here the reverse proxy entry:
ProxyPass /music/ https://192.168.2.3:4043/music/
ProxyPassReverse /music/ https://192.168.2.3:4043/music/
This sounds to me, that the reverse proxy is not satisfied with the ssl cert of the subsonic. I want to stream my media stuff across the i-net, so ssl is a must.
Any ideas how i can fix this?
Ben