but if more i read if more i get confused… So sorry that i open one more topic to this error…
I have a website: http://devmonkeys.io/ it worked for months perfectly with Cloudflare. but today i checked my site and realized that its not working anymore. i call my hoster and ask for it. but he told me that there are no request logs. so the problem must be on Cloudflare.
What can this be? i cleared the complete Cloudflare cache, but still same issue. i dont changed any configs for months. so i think its not a config problem.
From the headers on your domain, I can see that you have “Always Use HTTPS” enabled, so any HTTP requests will be redirected by Cloudflare to HTTPS, which is good, and once you remove the redirect above you should be OK, provided your origin actually serves your website over https.
The certificate on your origin looks like it is for your hosting provider, so you should look to replace that with either a real cert from a CA like Let’s Encrypt, or a Cloudflare Origin Certificate. Also, you should try and deny requests. to your origin except from Cloudflares IP addresses (my curl command above should be blocked by a firewall!)