Question:
I have two websites hosted on Netlify. The first has the following domains
1 2 3 |
mydomain.io www.mydomain.io |
Netlify’s one-click HTTPS works perfectly. In AWS Route 53 I have the following configurations:
1 2 3 4 5 6 7 |
NS mydomain.io dns3.p08.nsone.net dns1.p08.nsone.net dns2.p08.nsone.net dns4.p08.nsone.net |
and
1 2 3 |
CNAME www.mydomain.io random-words-d12345.netlify.com |
I have a problem with my second site. The domain in Netlify is as follows:
1 2 |
app.mydomain.io |
In Route 53:
1 2 |
CNAME app.mydomain.io |
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.
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.