Pages HTTPS cert stuck in state "new" for www.smittenwiththemuses.com #207232
Replies: 3 comments 1 reply
|
The DNS shape is the first thing I would fix before trying to re-trigger issuance. I checked the public records today and found: So CAA is not blocking Let's Encrypt, and the I would use this deterministic layout: Remove After public DNS reflects the new records, remove and re-add GitHub's DNS and certificate guidance: |
|
The I would focus on the DNS configuration before assuming Let's Encrypt itself is stuck. For GitHub Pages, the recommended setup is: For the apex domain, GitHub recommends these four A records: If Turbify only allows one A record for the apex, that is worth fixing with the DNS provider. Using only For a and use only Also check for conflicting DNS records. In particular, don't have both a CNAME and other conflicting records for After correcting DNS, verify the public DNS response: dig www.smittenwiththemuses.com CNAME
dig smittenwiththemuses.com AYou should also check from more than one DNS resolver because cached DNS records can persist. I would not recommend repeatedly removing and re-adding the domain. Once the DNS configuration is correct, give GitHub Pages time to reissue the certificate. If the certificate remains in |
|
I'd first check the DNS configuration rather than assume the certificate is stuck on GitHub's side. GitHub recommends using all four apex A records, but if Turbify only supports one, I'd try a www-only setup: www CNAME β DavidAlwaysLearning.github.io GitHub recommends avoiding wildcard DNS records, and the www subdomain is generally more stable than an apex domain. If you want the apex domain to redirect to www, check whether Turbify supports domain forwarding or ALIAS/ANAME records. i |
Uh oh!
There was an error while loading. Please reload this page.
π·οΈ Discussion Type
Question
π¬ Feature/Topic Area
Pages
Body
Repo: DavidAlwaysLearning/smittenwiththemuses (public GitHub Pages)
Custom domain currently set to: www.smittenwiththemuses.com
Also need apex: smittenwiththemuses.com
Pages API status (as of 8 Sep 2026):
DNS (Turbify registrar):
Already tried: remove/re-add custom domain on apex; switched Pages custom domain to www to work around one-A limit; still stuck at certificate state new.
Same GitHub account has working HTTPS on other album Pages sites, including lackadaisicalperfection.com (GoDaddy with all four apex A records).
Please manually re-trigger Let's Encrypt issuance for www.smittenwiththemuses.com / smittenwiththemuses.com, or confirm whether Turbify's one-A apex setup blocks issuance and what DNS shape you recommend for www-only.
All reactions