DNS records are linked to google sites and verified.
But website is still unable to be loaded.
What is the domain?
I registered the domain as ecovisionaries.org
But can’t seem to access the website, neither www.ecovisionaries.org
ecovisionaries.org
doesn’t have a DNS entry. Likely you will want to redirect that www.ecovisionaries.org
using Cloudflare when that is working.
www.ecovisionaries.org
is proxied. If pointing at Google using a CNAME to ghs.googlehosted.com
set the DNS record to “DNS only” instead of “proxied”.
May I know what do I enter for a DNS entry for the first one?
And how do I redirect the www using cloudflare?
Slight typo, should have said…
Likely you will want to redirect that to www.ecovisionaries.org
using Cloudflare when that is working
Step-by-step first. Set the www
DNS record to “DNS only” and check you can reach your Google site at www.ecovisionaries.org
first.
The site is now unproxied and traffic is going direct to Google.
Your site (at Google) is answering for HTTP and redirecting to HTTPS…
curl -I http://www.ecovisionaries.org
HTTP/1.1 301 Moved Permanently
Content-Type: application/binary
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Date: Fri, 01 Mar 2024 18:48:38 GMT
Location: https://www.ecovisionaries.org/
Content-Length: 0
Server: ESF
X-XSS-Protection: 0
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
…but HTTPS isn’t working as there’s an SSL problem. It may fix itself when Google sees the CNAME in the DNS, but otherwise you will need to check with Google to get that fixed. When it’s fixed, come back and we can do the redirect on Cloudflare.
curl -Ivv https://www.ecovisionaries.org
* Trying 216.58.213.19:443...
* Connected to www.ecovisionaries.org (216.58.213.19) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
* TLSv1.0 (OUT), TLS header, Certificate Status (22):
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.0 (OUT), TLS header, Unknown (21):
* TLSv1.3 (OUT), TLS alert, decode error (562):
* error:0A000126:SSL routines::unexpected eof while reading
* Closing connection 0
curl: (35) error:0A000126:SSL routines::unexpected eof while reading
It’s now working and as there’s a redirect on Google for the apex domain, nothing more for you to do.
But the website is still unable to be opened
Alright…Ill try to clear the browsing data and cookies!
Thank You sjr!
Much appreciated from Malaysia.
Marcus
May I also know the website link you are using?
I can’t seem to load any pages with the domain
Sorry, the apex domain is working for me as the browser is adding www
. Try www.ecovisionaries.org
as that should work.
So let’s set up the redirect from ecovisionaries.org
…
First, add a proxied (it must be proxied, not “DNS only”) record for @
and set it to A 192.0.2.1.
Then, go to redirect rules in your dashboard here…
https://dash.cloudflare.com/?to=/:account/:zone/rules/redirect-rules
Copy this example exactly, just changing the example hostnames:
smallshop.example.com
→ ecovisionaries.org
https://globalstore.example.net
→ https://www.ecovisionaries.org
While @sjr included all the information necessary to create the rule, perhaps this will help you see the parts that you are missing.
Thank you everyone!
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.