Netlify site: ordixa[.]netlify[.]app
Custom domain: ordixaa[.]com (with www[.]ordixaa[.]com)
DNS: external — Namecheap default nameservers, NOT Netlify DNS
Plan: free
Current error:
“SSL Provisioning is temporarily disabled because CertAuthorization is reaching to pending limit.”
Before this, I was repeatedly getting:
“Acme::Client::Error::RateLimited: too many failed authorizations (5) for *[.]ordixaa[.]com”
The problem: all the failed/pending authorizations are for the WILDCARD *[.]ordixaa[.]com. I do not need or want a wildcard. My site lists only ordixaa[.]com and www[.]ordixaa[.]com as custom domains — there is no wildcard entry. Since I’m on external DNS, a wildcard can never validate, so these authorizations keep failing and piling up as pending.
My DNS is correct and resolves to Netlify:
- ordixaa[.]com → A → 75[.]2[.]60[.]5
- www[.]ordixaa[.]com → CNAME → ordixa[.]netlify[.]app
I believe there is a stale/inactive Netlify DNS zone and/or a stale certificate still bundling *[.]ordixaa[.]com from earlier attempts, which is why the wildcard keeps being requested.
Could you please:
- Clear the stuck pending certificate authorizations for this site,
- Delete any stale/inactive Netlify DNS zone for ordixaa[.]com, and
- Delete the stale certificate that still bundles *[.]ordixaa[.]com,
so a fresh certificate covering ONLY ordixaa[.]com and www[.]ordixaa[.]com can be provisioned?
Thank you.