Custom domain verification problem

my domain: “www.pronunciationcoach.com” has passed verification, but “pronunciationcoach.com” has not passed verification, so I can’t complete the TLS certificate – 2 days have passed. (Also, how do I get my custom domains to use HTTPS?)

Hi, @ljelias, and welcome to our Netlify community site.

I’m seeing the following configuration for that domain currently:

IP address records for the bare domain (type = A):
pronunciationcoach.com.	599	IN	A	184.168.131.241

Alias (type = CNAME) and IP address (type = A) records for www subdomain:
www.pronunciationcoach.com. 3599 IN	CNAME	pronunciationcoach.com.
pronunciationcoach.com.	599	IN	A	184.168.131.241

Both the www subdomain and the apex/root/bare domain point to the IP address 184.168.131.241. This IP address is not an IP address at Netlify and, because of this, we have no way to serve a website for these names or to issue an SSL certificate for them.

For any DNS service besides Netlify DNS, the instructions to link the domain to Netlify can be found here:

Would you please try configuring the DNS record for the domain according to those instructions above? If there are any questions about how to do this, please let us know.