ERROR - `http://global_errors.all.com/`

Hi all!

I have a domain name through Crazy Domains, Name Servers through Cloudflare, and web hosting with VentraIP.

I got in touch with VentraIP support after stating that when I try to visit my website, the URL results in http://global_errors.all.com/

The support agent said the following:
“Thanks for your eTicket,
I visited your domain and I can confirm that is happening on my end as well.
Although it looks like this error is caused by Cloudflare or an external host.
Loading your website directly from our servers using a host file shows me a default WordPress page.
You can do this yourself by following this guide - https://ventraip.com.au/faq/article/testing-your-website-before-pointing-your-domain-to-our-servers/
Using your server IP
Looks like the issue you are receiving is external at this point.”

Any help would be greatly appreciated. Thanks!

Hello @zachary.grassi ,

Indeed, I see that your domain is redirecting to http://global_errors.all.com/.

The redirect might be coming from the origin server, as I am seeing connection failure to the server.
You can try to disable proxy, and should be still seeing the same redirect.

Error message seen from my end (removed origin IP for security reason):

$ nc -nvz <Origin IP> 443
nc: connectx to <Origin IP> port 443 (tcp) failed: Operation timed out
$ nc -nvz <Origin IP> 80
nc: connectx to <Origin IP> port 80 (tcp) failed: Operation timed out

You may want to check with origin server provider on the issue, you can run the command nc -nvz <Origin IP> 443 from your end and send the result to the origin server provider.