-
Notifications
You must be signed in to change notification settings - Fork 554
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 secure issues #73
Comments
I think you should go to your pi-hole (or your local DNS server) and point the traefik-dashboard.firesand.xyz to your traefik IP. Then in the browser you should be able to connect to https://traefik-dashboard.firesand.xyz/dashboard If you haven't deployed a local DNS server, my guess would be editing your hosts file. Hope it helped |
Thanks i havent set up pihole yet but ive added traefik-dashboard.firesand.xyz to hosts file but get |
Same here went from 404 and now it just blank page. Maybe go deeper into it for the noobs hahaha. |
I'm having the exact same issue. If I use the http-external label it works fine. As soon as I add https-external label, I get the 404 not found. |
The typo might work for OP but I'm still having the issue. Has anyone else resolved it?
|
I'm also having the same issue. Been going crazy redoing my compose files, config files, NAT rules, looking for typos and whatnot, I can't find anything wrong with any of it but I still get the 404 error when using the https-external entrypoint |
Ok, I'm not entirely sure what I did, but I got this working finally. I can say that I didn't end up changing anything with the traefik configs or the configs for my exposed services, my issue was with my network/firewall. I am using pfSense behind an AT&T gateway. From what I can tell, I was experiencing issues due to "asymmetric routing", so if you aren't using a similar setup to mine, try researching "asymmetric routing" related to the firewall/router in your setup. I believe the main issue was that my pfSense firewall was pulling a private IP from my Gateway on the WAN interface instead of the Gateway passing through my public IP to pfSense like it should. I went back through the setup for configuring IP Passthrough Mode on the Gateway and rebooted both the Gateway and the firewall, and the firewall started pulling the public IP for my WAN interface correctly. This still didn't work at first, and I had tried a bunch of different settings tweaks and different ideas in pfSense that didn't work before I noticed my firewall was pulling a private IP on WAN. So I went through and undid those changes and I was finally able to access my services on the "https-external" entrypoint! One other thing I did before that I didn't undo (though I'm not sure makes any difference), is to create the port forward/translations for both IPv4 and IPv6. Also a note if you're using pfSense: the "hairpin NAT" that Jim references in his video doesn't seem to be enabled by default in pfSense. You can enable it at System > Advanced > Firewall & NAT, scroll down to the Network Address Translation section, choose "Pure NAT" from the NAT Reflection mode for port forwards drop-down, and then at the bottom of that section check the box for Enable automatic outbound NAT for Reflection. |
hi i followed this your YouTube guide here https://youtu.be/IBlZgrwc1T8?si=QMjnL0tmoqBh6piI and used the traefik-secure docs here https://github.com/JamesTurland/JimsGarage/tree/main/Traefik-Secure
Made all nessasery canges to yml files and get to the log back in to traefik dashboard about 8 mins 16 seconds and no mater what port i use eg.
192.168.0.7:80
192.168.0.7:81
192.168.0.7:443
192.168.0.7:444
i get a 404 page not found error
docker-compose
traefik.yml
I have changed the sensitive parts names passwords ect.
any help would be great
Thanka
The text was updated successfully, but these errors were encountered: