Reputation: 139
Problem : Google DNS won't resolve the Namecheap DNS I bought to my instance.
Config :
What I've followed : https://www.typeeighty.com/add-domain-google-cloud/
What I've tried : I've tried to change cloud DNS a bunch of times all to no avail, is there' anything obvious I am missing in what I need to configure?
Upvotes: 0
Views: 1309
Reputation: 4461
As it was confirmed by @eternal_atom in the comment section there's no issue related to DNS configuration and everything works as expected.
The cause of this issue is behavior of modern browsers (Firefox, Chrome, etc.) to automatically redirect requests like my.domain
to https://my.domain
.
To avoid such situation during testing you should use http://my.domain
instead of my.domain
. Also, you could use command line utils like dig
and curl
for troubleshooting.
Upvotes: 2