SSL configuration/ DNS flush reset

DNS Certificate Provisioning Issue / SSl

  • netlify site name:`radiant-meringue-88e7e3.netlify.app
  • custom domain: djerhy.tech
  • DNS issues? Unable to provision certificate
  • *I have removed Netlify DNS
  • I am using external DNS (Porkbun)
  • DNS is verified with correct A and CNAME records
  • HTTPS provisioning keeps failing with:
    “djerhy.tech doesn’t appear to be served by Netlify”
  • need to flush/reset internal DNS state** for my site site

Hello,

I reviewed your DNS configuration, and it appears there is unnecessary A records(99.83.190.102)

;djerhy.tech. IN A
;; ANSWER SECTION:
djerhy.tech. 600 IN A 99.83.190.102
djerhy.tech. 600 IN A 75.2.60.5

99.83.190.102 is an AWS controlled IP address that is not used by Netlify. When this IP appears in DNS records alongside Netlify’s correct IP (75.2.60.5), it often causes intermittent loading issues and SSL errors for websites. Please remove the said A record to fix the issue

Hope this helps!