mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-09 07:15:04 -05:00
Having issues Wildcard Config for DNS-01 Challenge #307
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 @3ct0pl4sm on GitHub (May 4, 2025).
Originally assigned to: @oschwartz10612 on GitHub.
Hi,
I'm trying to configure Wildcard Config for DNS-01 Challenge but I keep having the same error despite all of my attemps :
Cloudflare API Key is mentionned in docker-compose.yml as it is here :
https://docs.fossorial.io/Pangolin/Configuration/wildcard-certs#wildcard-config-for-dns-01-challenge
this way :
Can someone help me ?
@boomam commented on GitHub (May 4, 2025):
Are you using the in-built Traefik deployment, or an existing Traefik deployment?
@3ct0pl4sm commented on GitHub (May 4, 2025):
I'm using the built-in deployment.
I was restarting wrong the stack, I've figured it out, but now i've this error :
cloudflare: failed to create TXT record@3ct0pl4sm commented on GitHub (May 4, 2025):
I managed to make it work.
Thanks for your time and your answers.
@thimplicity commented on GitHub (May 7, 2025):
Struggling with this - how did you make it work?
@boomam commented on GitHub (May 8, 2025):
You need to set your traefik config to use DNS for its certificate challenge type.
Edit your Traefik configuration or your Traefik labels to use DNS challenge instead of the default HTTP challenge.
Pangolin has some ok docs on the process here
@HWiese1980 commented on GitHub (May 20, 2025):
I have a problem with the Pangolin docs around this. The docs have the base domain in the next-router rule. However, the installer puts the pangolin web frontend subdomain in the next-router. This discrepancy leads to confusion. Just going with the docs, adding the domains to the
tlssubsection leads to errors (404 on the frontend after restarting the stack).@HWiese1980 commented on GitHub (May 20, 2025):
Maybe someone could resolve this discrepancy? That would be awesome. I have my troubles figuring it out.
@github-actions[bot] commented on GitHub (Jun 4, 2025):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
@HWiese1980 commented on GitHub (Jun 4, 2025):
Has anyone already looked into it? The documentation seems to be off here.
@mort666 commented on GitHub (Jun 13, 2025):
@HWiese1980 @thimplicity So something that I add to the certificatesResolvers section to make sure to add DNS resolvers that point to ones outside of my infrastructure. For some reason especially when running in docker traefik will mess up and fail to complete the certificate creation/renewal process if doing DNS-01 and it resolves against the docker inbuilt resolver. So basically my certificatesResolvers section looks something like: