-
-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: the default traefik_redirect_to_https=true
does not seem to work any longer after traefik updated to 3.0.x
#1392
Comments
@schlichtanders It seems traefik 3.x has changed the way redirect works. Here are some options, if you could try it would be great. Also, as always, PR most welcome. To change the redirect behavior in this Traefik configuration, you would need to modify the ports:
web:
redirectTo:
port: websecure Here are some options to change this:
Remember to adjust other parts of the configuration accordingly if you make changes to the redirection behavior. The exact approach depends on your specific requirements for handling HTTP and HTTPS traffic. Citations: |
@schlichtanders Don't hesitate to resolve this the way you see fit 🙏 |
Thank you very much for the extensive list. |
@schlichtanders Is this still relevant? |
Description
I can go to the insecure
http://
version of my site and it will load (and marked) as an insecure website.Instead it should automatically redirect to
https://
.Kube.tf file
Screenshots
No response
Platform
Linux
The text was updated successfully, but these errors were encountered: