space-cloud
space-cloud copied to clipboard
Ability to redirect http traffic to https
We should allow the user to direct all http traffic to https. However, we must also make sure we dont end up screwing up the letsencrypt http challenge handler. So we should probably add a middleware after we add one for it.
Maybe we should also allow the user to select the port and host to redirect to.
This is fairly tricky since we don't know which domain / port to direct the request to. Also, not sure if this should work on the project level or on a cluster level. Any ideas?