-
Notifications
You must be signed in to change notification settings - Fork 0
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
Traefik 2.2 with automatic https via let's encrypt #5
Comments
fititnt
added a commit
that referenced
this issue
Apr 6, 2020
fititnt
added a commit
that referenced
this issue
Apr 7, 2020
The automatic https already is working. Maybe one thing missing is implement an middleware that make easier to specify on docker-compose labels that the user wants to redirect from http to https. But I have no idea on how to do it on Traefik 2.2 yet, so I will do on next run. |
fititnt
added a commit
that referenced
this issue
Apr 19, 2020
… avoid conflict when using with CKAN installed directly on the host
fititnt
added a commit
that referenced
this issue
Apr 19, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most guides about Traefik are outdated (using Traefik 1.x, the 1.7 still with a lot of user base) and the default configuration examples for Traefik 2.x do not provide Let's Encrypt enabled by default. Actually, Traefik 2.x have more configuration options than the 1.x series, but this broke the compatibility.
This issue is to make a combo with the traefik.toml + docker-compose.yml that deliver valid HTTPS.
The text was updated successfully, but these errors were encountered: