Skip to content
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

Allow to configure TLS on the entrypoint in Traefik 2.0 #5183

Closed
apollo13 opened this issue Aug 8, 2019 · 2 comments
Closed

Allow to configure TLS on the entrypoint in Traefik 2.0 #5183

apollo13 opened this issue Aug 8, 2019 · 2 comments

Comments

@apollo13
Copy link
Contributor

apollo13 commented Aug 8, 2019

As far as I can see there is no way in Traefik 2.0 to force an entrypoint to allow only https connections. One can redirect via a router, but this is rather late imo and puts the responsibility onto the router. Having a global option would make the individual router configuration via docker labels etc easier.

@apollo13
Copy link
Contributor Author

apollo13 commented Aug 8, 2019

To extend on the description from above my usecase is the following: I am using traefik as an ingress and want to ensure that:

  • all http requests are redirected to https
  • no http traffic is returned from traefik aside from the https redirect from above
  • this should be doable without having to do this for every router/service

Basically as a system administrator I want to ensure that the system is secure without having to rely on the "users" to configure tls properly via labels etc…

@ldez
Copy link
Contributor

ldez commented Aug 8, 2019

Duplicate of #4863

@ldez ldez marked this as a duplicate of #4863 Aug 8, 2019
@traefik traefik locked and limited conversation to collaborators Sep 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants