Site name: baurzhansukhankulov
Custom domain: bsukhoff.ru (registrar: RU-CENTER / nic.ru)
DNS: Netlify DNS
My domain is on Netlify DNS and resolves to Netlify from everywhere I can test, but the SSL panel has been stuck on “We could not provision a Let’s Encrypt certificate for your custom domain” for more than 13 hours. https://bsukhoff.ru still serves the default *.netlify.app certificate, so browsers show ERR_CERT_COMMON_NAME_INVALID.
What I have verified
1. Delegation at the .ru registry is complete and correct. Queried the authoritative parent directly:
dig NS bsukhoff.ru @a.dns.ripn.net
bsukhoff.ru. 345600 IN NS dns1.p09.nsone.net.
bsukhoff.ru. 345600 IN NS dns2.p09.nsone.net.
bsukhoff.ru. 345600 IN NS dns3.p09.nsone.net.
bsukhoff.ru. 345600 IN NS dns4.p09.nsone.net.
These match the four name servers shown on my Netlify DNS zone page exactly.
2. The zone holds 8 records, including NETLIFY records for both apex and www:
bsukhoff.ru NETLIFY baurzhansukhankulov.netlify.app
www.bsukhoff.ru NETLIFY baurzhansukhankulov.netlify.app
bsukhoff.ru MX 5/10/20 mx02/mx01/mx03.nicmail.ru
bsukhoff.ru TXT v=spf1 include:dc1.nicmail.ru include:dc2.nicmail.ru ?all
bsukhoff.ru TXT _globalsign-domain-verification=...
mail.bsukhoff.ru CNAME mail.nic.ru
3. The domain resolves to Netlify from every public resolver I tested (Google, Cloudflare, Quad9, OpenDNS): 18.208.88.157, 98.84.224.111.
4. http://bsukhoff.ru returns HTTP 200 with the header server: Netlify and the correct page content.
5. The ACME challenge path is reachable (returns 404, not blocked or redirected).
6. There are no CAA records on the domain, so nothing restricts Let’s Encrypt.
What the UI shows
- The domain status flips between “Netlify DNS” and “Netlify DNS propagating…” and never settles.
- Clicking Verify DNS configuration returns: “DNS verification failed - bsukhoff.ru doesn’t appear to be served by Netlify”, which contradicts points 3 and 4.
What I already tried
- Removed the custom domain from the project and added it back. On re-adding, Netlify itself said “Good news! bsukhoff.ru is already on Netlify DNS, so you can add your domain”, and both NETLIFY records were recreated. Certificate still not provisioned.
- Triggered a fresh production deploy. No change.
- Waited overnight (13+ hours) after delegation completed.
Ask
Could you check the internal state of this domain? From the outside everything looks correct, so the verification step seems to be stuck on your side rather than a DNS misconfiguration on mine.