Configuring HTTPS for Netlify subdomain registered on AWS Route 53

Question:

I have two websites hosted on Netlify. The first has the following domains

Netlify’s one-click HTTPS works perfectly. In AWS Route 53 I have the following configurations:

and

I have a problem with my second site. The domain in Netlify is as follows:

In Route 53:

I can’t enable HTTPS in Netlify. I’ve also tried using NS app.mydomain.io with the same nameservers and no luck either.

Answer:

It looks like you are putting in the Netlify Nameservers in addition to keeping the Route 53 Nameservers or your old nameservers.

enter image description here

If you want Netlify to manage your DNS, remove the old NS entries and follow the docs to enter your settings on app.netlify.com.

If you want to keep managing DNS from Route 53, remove the Netlify NS entries and follow the docs for Custom Domain DNS configuration.

Leave a Reply