So, I have migrated my WP website from my shared hosting to google cloud servers. I've set up the static ip address, and edited my current A type record on cloudflare to that static IP address and CNAME record to my domain name. After a couple of hours I've tried to secure my website via an SSL certificate, via the SSH tool at google cloud, but it says:
Warning: The domain 'mydomain.com' resolves to a different IP address than
the one detected for this machine, which is 'mystaticip'. Please fix its DNS
entries or remove it.
How do I know if the new DNS records are applied or not? Is there a tool or something? When I go to my domain I can open the website. Not secured, but it works. How can I know if it is launching from my old hosting or from google cloud?
Proxied
toDNS only
and then setup your certificate. EnableProxied
after SSL is working correctly. Note: this issue will raise its head again when it is time to renew the certificate. – John Hanley