HTTP to HTTPS Redirection
josjaf opened this issue · 4 comments
josjaf commented
I would love to see an example that takes all HTTP requests and redirects to HTTPS. Does anybody have working YAML for this? I'm trying to change the default viewer policy protocol.
Deleted user commented
You should configure this using HSTS or Viewer Protocol Policy.
Deleted user commented
Looks like there are some options for using Lambdas to achieve HSTS now.
@josjaf Have you moved forward at all on this yet? Your experiences would be useful to us.
josjaf commented
I have HTTPS to HTTP redirect working, but I had to set it manually, outside of this tool.
Deleted user commented
Could you please share how you accomplished it? Was it using a Policy or using a Lambda, or something else?