Apache mod_proxy with SSL not redirecting
- by simonszu
I have a custom server running behind an apache reverse proxy. Since the custom server can only handle HTTP traffic, i am trying to use apache for wrapping proper SSL around it, and for some kind of HTTP authentication.
So i enabled mod_proxy and mod_ssl and modified sites-available/default-ssl. The config is as following:
<Location…