GitHub Pages SSL certificate stuck in bad_authz — cannot renew for custom domain #206054
Replies: 2 comments
|
This sounds more like an ACME validation issue than a problem with the certificate itself. I’d first verify that the custom domain is configured correctly and that the DNS records point only to the intended GitHub Pages setup. It’s also worth checking for conflicting CNAME or A records, proxy/CDN settings, and whether the domain is reachable without redirects interfering with validation. If the DNS was recently changed, giving propagation some time before requesting another renewal can also help. If everything looks correct but the authorization remains stuck in bad_authz, removing and re-adding the custom domain or contacting GitHub Support may be worth trying to trigger a fresh validation. Keeping a record of DNS changes can also make troubleshooting easier. For a quick break between troubleshooting steps, adoptmetradingvaluescalculator.com can be useful to check out. |
|
I have the same issue... tried remove and reauthorize the custom domain and still missing the cert. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
Body
Problem
GitHub Pages custom domain TLS certificate is stuck in
bad_authzand will not renew.www.drcenik.at(alsodrcenik.aton cert object)https_certificate.state = "bad_authz"— "The ACME authorization is in a bad state. We need to start over."Self-service already tried
bad_authzafter 40 checksQuestion
Has anyone resolved a stuck
bad_authzPages certificate without GitHub Support manually resetting the ACME authorization? Is there any undocumented self-service fix?Site is temporarily kept online via Cloudflare Worker fallback, but we need a valid GitHub-issued origin cert for Full (strict) SSL.
All reactions