Trying to access fotogutta.xyz
It says connection timed out and it won't load the website even though my server is up and running.
9 Replies
I'm using Flask and python and running it using gunicorn in a screen session
Also for some reason it redirects to /fotogutta.xyz
I tried to setup www -> fotogutta.xyz though I screwed up so I deleted all the redirect rules and bulk redirect rules
Though it is still doing that
Your https:// redirects to http:// and port 80 isn't open on your origin so the connection times out. Check for redirects in page rules, redirect rules or on your origin that do that.
Bulk redirects, redirect rules
, origin rules, page rules
All empty
It's all empty
The https:// -> http:// redirect has now gone since I posted. There is now a straight timeout when Cloudflare tries to connect to your origin. Is your SSL/TLS mode set to "Full (strict)"? https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls
Fixed it thank you
I thought I had to remove the ssl because I was using a self signed certificate, though I had to use "full" so thank you.