What is the name of the domain?
What is the error message?
unexpectedly closed the connection. Try checking the connection
What is the issue you’re encountering
It does not connect to my google sites page
What steps have you taken to resolve the issue?
I have contacted the host and everything is done as they indicated. Could you please assist me ? Thank you
What feature, service or problem is this related to?
DNS records
Screenshot of the error
I changed the TTL to 1 hr and it seems to do the trick, but when I go to google sites it now says that I should delete the domain assignment because it’s missing it’s certificate. I’m a bit hesitant to do as it is working. What do you recommenr? Thank you
The first A
record is pointing to 174.129.25.170
, and does not seem to have anything to do with your Google Site, but is apparently a third party service (wwwizer.com
).
My recommendation would be to drop the idea of using them, by deleting (and replacing) that record, with something else, and thereafter letting Cloudflare handle that part of redirecting
the naked domain to the www
variant for you, which can be done like this:
→
You’ll make the DNS record for the apex (naked domain) be like this:
Type: AAAA
Name: @
, or example.com
IPv6 address: 100::
Proxy status: Proxied:
And then you configure a Redirect Rule like this:
→ https://dash.cloudflare.com/?to=/:account/:zone/rules/redirect-rules
As the above example is using example.com
for demonstration purposes, you will need to replace the “example.com
” parts with your own domain, “drippinlove.com
” along the way:
E.g.
example.com
→ drippinlove.com
www.example.com
→ www.drippinlove.com
This is incredibly helpful. Thank you, I appreciate your time and knowledge.