I'm hosting a simple website for my dad through Netlify. He's purchased a domain name and I've been trying to set up the DNS configuration for weeks now, but I just can't get it to work and I don't know what I'm doing wrong. Netlify is permanently stuck on " Currently provisioning your Let’s Encrypt certificate".
My domain is: pa7dw.nl
My hosting provider, if applicable, is: Netlify
I can login to a root shell on my machine (yes or no, or I don't know): no
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): Netlify's built in site manager
The domain name was purchased through i24 and the setup there currently looks like this:
I've checked troubleshooting guides. I've checked the dnschecker website which mostly seems fine but there are a few servers that just won't resolve. I've been trying to fix this for weeks but I have no real experience with this type of webhosting and I'm at a loss for what to try or how to fix this. Any help would be much appreciated.
Netlify supports using their DNS servers or a third party DNS (such as your registrar's DNS servers)
To change to Netlify's DNS servers, you need to update the NS records served for your domain at the .nl zone, these are different to the NS records you added.
If this is not possible, change the authoritative NS records (the records you have changed) back to ns1.i24.host. and ns2.i24.host..
Ok, I've reversed the NS records and given it some time. Using the DNSchecker website it looks like all the changes have propagated correctly. But in my netlify panel, the SSL certificate is still stuck on "Currently provisioning your Let’s Encrypt certificate". Is this an issue I need to contact netlify about, or is there still something wrong with my DNS configuration?