Hi,
after setting SSL/TLS encryption to FULL (or FULL STRICT) i receive an 403 Error calling my site.
I already whitelisted all Cloudflare IPs (basically all IPs on Port 80 / 443 are allowed),
installed Cloudflare’s authenticated origin pulls cert (some recommend this to fix the Error 403 problem), and do not block any IP via the .htaccess file.
Well, that error seems to come straight from your server.
If you want (instead of posting it publicly) you can run a check with the IP address at sitemeer.com instead and post here when you ran the check, so I can dig it out.
What I’d suggest is to pause Cloudflare, so that DNS records resolve straight to your server (keep in mind, this will expose your IP address), by which can verify whether your server actually works or not. Though, even if it does there is still a chance it might simply block requests from Cloudflare’s proxies with a 403, but thats something you will need to debug in your server logs.
403s typically (meaning never) do not originate from Cloudflare but from the origin.
I restarted the server and got a new ip - so there was a short downtime. As you mentioned, I have to check the logs. Hopefully I get an idea of which rule blocks cloudflare requests.
Thanks for your help sandro.