space-cloud icon indicating copy to clipboard operation
space-cloud copied to clipboard

Ability to redirect http traffic to https

Open YourTechBud opened this issue 5 years ago • 1 comments

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.

YourTechBud avatar Feb 27 '20 10:02 YourTechBud

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?

YourTechBud avatar Mar 06 '20 04:03 YourTechBud