Ask Your Question

Revision history [back]

Forward HTTP requests to HTTPS

I've set up my Sage server to run on a public-facing interface and with the 'secure=True' option. I'm also forwarding port 443 to this secure server. This works reasonably well, except that the only way to access the server is with an explicit "https://" (no port number required since I'm forwarding 443). I'd like to just be able to type my hostname (without the protocol) and be automatically redirected to the secure portal. Is there some way to configure the underlying web server to do this?