Error code 522

Hi, I'm trying to figure out why I keep getting Error code 522 while trying to use my website. Its hosted by cloudfare, and I also did have it linked to github. The website is thegoodspoolservices.com, any advice would be appreciated
3 Replies
Joao
Joao5mo ago
Sounds like you have to ask Cloudflare about that.
522 Connection Timed Out Cloudflare timed out contacting the origin server.
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#Unofficial_codes
Stan Long
Stan Long5mo ago
I did, and now I'm getting an error from github saying my DNS records are off from custom domain. Is there a certain way to have a custom domain. Is it www.example.com or example.com?
Joao
Joao5mo ago
The domain is example.com and the preceding section is the subdomain. Once you purchase a domain from a registrar you can assign a subdomain, so whether to use www or not is up to you. You can even have multiple sections of your sites served to different subdomains, for example: app.example.com, admin.example.com, etc. But the gist of it is that your custom domain should point to a specific IP address where your website is hosted. If you're using GitHub pages refer to their documentation on how to use a custom domain.