No ssl certificate althoug dns already served through netlify

I added the name to my former dns service (namesilo), and now the DNS is provided by netlify - but somehow ssl is not possible. I can reach the unsecure version of the page, as well as the netlify page.

It’s been more than 24 hrs already.

www.luerig.net is the domain in question (http://luerig.net and https://luerig.netlify.app work)

Hi @mluerig

Your DNS settings appear correct and propagation appears complete.

If you have added luerig.net as a custom domain to luerig.netlify.app e.g.

could you try clicking the Renew certificate button at the bottom of the Domain settings page (just the once.)

If this does not remedy the issue have a look at the following Support Guide

so this looks fine:

however, can’t do what you suggested - I don’t have the “renew certificate” button in the certificate section because the domain “does not appear to be served by netlify”.

not sure what else I can do. I guess the nameservers with namesilo have been configured correctly, otherwise netlify dns wouldn’t work?!

Did you delete the site? I’m trying to look for it, but can’t find it.

I had deleted it and set it up again, but it didn’t appear to have helped.

strangely, when I try to reach it without the www (https://luerig.net), I get an errormessage from my old domain provider (ovh) - which shouldn’t be, because I had transferred it to namesilo a while ago.

The issue is that DNSSEC is enable for the doamin:

$ whois luerig.net | grep DNSSEC
   DNSSEC: signedDelegation
   DNSSEC DS Data: 20224 8 2 592788CE1D40EDAA6551E12D95A1A30BEFA18C58AC532FFE62FB38BEEA9F16D7
DNSSEC: signedDelegation

Netlify DNS doesn’t support DNSSEC. There are two possible solutions:

  • Disable DNSSEC for the domain at the registrar.

or:

If there are questions about either solution, please let us know.

1 Like