-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments: Traefik on Docker for Web Developers #13
Comments
Hi, thanks for this great post, which works fine for my http connection.
But this does not work. If I try to access https://project.localhost I get an ERR_CONNECTION_RESET in Chrome. |
@Lemmork Let's Encrypt will not work on a private (local) hostname unless DNS is pointed to your computer's IP. In other words, too much hassle. I recommend creating a real subdomain on your project's public website, like |
Finaly I solved it by terminating ssl on treafik with a self-signed certificate.
|
Great article, thanks! The TCP issue seems to be closed and resolved now in containous/traefik #4587. |
Just another question : how do you include the comments here on the jekyll generated website??? |
If you would like to get rid of usual port dance with databases you could try this simple utility speto/docker-db-tunnel |
Hi there, thank you first for this great post, am playing with traefik and was doing tutorials, your post was real helpfull. Would like to just notify, it seems that some of the commands might be outdated with latest traefik docker image, to spin a container with working dashboard up now needs:
note:
if not, i believe the version for when you wrote the tutorial was v1.7, you can hard version it to that also maybe :D please keep on writing awesome posts! |
@kidpixo I was curious also and I believe it would be the js magic at jtreminio.com/static/js/gh-commentify.js |
@Lemmork I have run across a similar issue, is there any chance you can help me? Could you share your .toml file? |
@majidalikhn The traefik version I used two years ago is outdated now. Maybe this is why you are having trouble with it. If you want to use https on localhost you need to provide a self-signed certificate. |
https://jtreminio.com/blog/traefik-on-docker-for-web-developers/
The text was updated successfully, but these errors were encountered: