Can't get my website to load

What is the name of the domain?

fpisani-aia com

What is the error message?

This page isn’t working [site] redirected you too many times. ERR_TOO_MANY_REDIRECTS

What is the issue you’re encountering

Bought the domain name here, hosting at FreeHostia, website build on Google docs. Seems like these 3 are not communicating. Zero help from Google

What steps have you taken to resolve the issue?

FreeHostia made some recommendations that didn’t work.

What are the steps to reproduce the issue?

type fpisani-aia com into URL

Screenshot of the error

Check your SSL/TLS setting is set to “Full (strict)” or “Strict” in your dashboard here…
https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls

Thanks for your reply. When I with to FULL (STRICT) I get this error message:

SSL handshake failed Error code 525

525 means your hosting / origin didn’t present the SSL certificate, which is required for SSL (Full) mode.

To debug this (and the previous issue), you need to connect directly to the origin and double check whether the origin server is actually returning the right content over the right protocol for the right hostname. You can do this by running these curl commands (replace 1.2.3.4 with your origin IP that you’ve used as a target in DNS records):

% curl -svo /dev/null https://fpisani-aia.com --connect-to ::1.2.3.4
% curl -svo /dev/null http://fpisani-aia.com --connect-to ::1.2.3.4
% curl -svo /dev/null https://www.fpisani-aia.com --connect-to ::1.2.3.4
% curl -svo /dev/null http://www.fpisani-aia.com --connect-to ::1.2.3.4

Once you make your origin return 200 OK with the right content for each of those requests, your current setup at Cloudflare will start working automatically.

This topic was automatically closed after 15 days. New replies are no longer allowed.