mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
[GH-ISSUE #69] Unable to access the dashboard #29103
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iminomoto on GitHub (Jan 17, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/69
I followd everything there is in the instructions but Traefik is giving me errors.
ERR Unable to obtain ACME certificate for domains error="unable to generate a certificate for the domains [pangolin.fadmin.space]: error: one or more domains had a problem:\n[pangolin.fadmin.space] acme: error: 400 :: urn:ietf:params:acme:error:dns :: no valid A records found for pangolin.fadmin.space; no valid AAAA records found for pangolin.fadmin.space\n"
@oschwartz10612 commented on GitHub (Jan 17, 2025):
Hi!
Are you using the wildcard cert method or the standard install with http verification?
@iminomoto commented on GitHub (Jan 17, 2025):
No just the standard install with HTTP-01
@miloschwartz commented on GitHub (Jan 20, 2025):
Hi, sorry for the delayed response.
My guess is that your Traefik instance isn't fully accessible over HTTP/HTTPS likely due to not having the ports open and/or having the DNS records set up. As a first troubleshooting step, can you confirm that you have ports 80 and 443 open on your VPS and your VPS also has a public IP? Also, please check that you have an A record with your DNS provider pointing all subdomains to your VPS public IP. Here is a screenshot of how I did this in Cloudflare.
If you have this set up and still have the issue, let me know and I can help you troubleshoot further.