Red5 Plugin through Apache SSL. Poking in the dark

Hello,

The red5 plugin is awesome but we’'d like to forward all traffic through Apache/SSL on port 443.

I’'ve tried stuff like:

ProxyPass /connect/ https://jabber.dren.net:9091/red5/

ProxyPassReverse /connect/ https://jabber.dren.net:9091/red5/

ProxyPass /red5/ https://jabber.dren.net:9091/red5/

ProxyPassReverse /red5/ https://jabber.dren.net:9091/red5/

ProxyPass /http-poll/ https://jabber.dren.net:9091/http-poll/

ProxyPassReverse /http-poll/ https://jabber.dren.net:9091/http-poll/

RewriteRule ^/red5/ https://jabber.dren.net:9091/red5/

And ended up with Service Unavailable.

Is there an elegant way to do this?

Has anyone been able to do this?

Thanks!

Rob

The first discrepancy I notice is that you want to use port 443 (default https port), but in all your rules you put port 9091 (admin consoles’ https port).

I also meant to say, why are you using the admin consoles port? Make up your own (8081 perhaps ) and use that to access from the client side…