However, no issues found in my domain.
Also, it seems we can trust Error Analytics as it’s giving the message as “There were no HTTP 5xx Error detected during this time period.”
However, no issues found in my domain.
Also, it seems we can trust Error Analytics as it’s giving the message as “There were no HTTP 5xx Error detected during this time period.”
I’m not able to replicate that, but that’s an error at the Cloudflare edge node, not your server. If you try https://gpuzzles.com/cdn-cgi/trace, which “colo” does it show?
If the problem persists, open a ticket and let them know which colo you’re going through.
To contact Cloudflare Customer Support, login & go to https://dash.cloudflare.com/?account=support and select get more help. If you receive an automatic response that does not help you, please reply and indicate you need more help.
Look familiar to my old server with a WAF rule pattern of ?A=B, but may not your problem. As my case is that server doesn’t have mod_cloudflare installed, and my WAF blocking the request matched it’s patterns, without mod_cloudflare, it will block Cloudflare IP instead of my IP. My current server using another WAF with mod_cloudflare installed, and it’s return 403 instead of Cloudflare bad gateway like the old server.
Does your server having WAF protection on your origin side, not Cloudflare side? Your server can resolve real visitors IP instead of Cloudflare IP? I was used mod_security and free rules set from Comodo on that old server, sometime i facing the issues look familiar to your case, my reply may not a solution for you, just an example may help you find a solution your self. Try to read your mod_security logs if it blocking your query.