You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for all the great content! Very Inspiring!
I followed the "SSL on Everything" tutorial and I'm running into an issue.
Overview
I have a domain on Cloudflare. I created 2 TXT records with my domain.
local.mydomain.com
*.local.mydomain.com
I also created a DNS record for the machine which is running Traefik as follows, I'm not sure how this relates though.
athena.local.mydomain.com
When I run docker-compose up everything runs fine.
I get my certificates in acme.json
I don't receive any errors in the logs
Also, if I type in the address of my DNS record in Pi.Hole, I get the 404 page from traefik so I'm pretty sure it's working.
When I try to navigate to my dashboard I get the following
This site can’t be reached traefik.local.mydomain.com’s server IP address could not be found.
Try:
Checking the connection
Checking the proxy, firewall, and DNS configuration
ERR_NAME_NOT_RESOLVED
api:
dashboard: truedebug: trueentryPoints:
http:
address: ":80"http:
redirections:
entryPoint:
to: httpsscheme: httpshttps:
address: ":443"serversTransport:
insecureSkipVerify: trueproviders:
docker:
endpoint: "unix:///var/run/docker.sock"exposedByDefault: falsefile:
filename: /config.ymlcertificatesResolvers:
cloudflare:
acme:
email: {my email}storage: acme.jsondnsChallenge:
provider: cloudflaredisablePropagationCheck: true # uncomment this if you have issues pulling certificates through cloudflare, By setting this flag to true disables the need to wait for the propagation of the TXT record to all authoritative name servers.resolvers:
- "1.1.1.1:53"
- "1.0.0.1:53"
I'm so close, I just can't figure out what the problem is.
Any help would be greatly appreciated.
Thanks!
Update
I changed my DNS record in pi.hole to be the same as the url I defined for my dashboard.
traefik.local.mydomain.com
That now works, however, I'm met with a 404 from Traefik.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, thanks for all the great content! Very Inspiring!
I followed the "SSL on Everything" tutorial and I'm running into an issue.
Overview
I have a domain on Cloudflare. I created 2 TXT records with my domain.
I also created a DNS record for the machine which is running Traefik as follows, I'm not sure how this relates though.
When I run
docker-compose up
everything runs fine.acme.json
When I try to navigate to my dashboard I get the following
Here's my docker-compose
My traefik.yml
I'm so close, I just can't figure out what the problem is.
Any help would be greatly appreciated.
Thanks!
Update
I changed my DNS record in pi.hole to be the same as the url I defined for my dashboard.
traefik.local.mydomain.com
That now works, however, I'm met with a 404 from Traefik.
Beta Was this translation helpful? Give feedback.
All reactions