Hello,
I have a 503 error that Cloudflare keeps returning when I run this command:
curl -IL https://www.monsite.fr
HTTP/2 503
Based on the provided loop, there is Ray ID in the loop, which is cf-ray:78XXXXXXXXXX-ORD.
The Ray ID corresponds to the security event in the dashboard.
My question is a bit silly but I would like to know how to fix it so that the 503 error no longer appears?
If you have read the 503 community tip, then you should know there are two different 503 error messages. Which you one are you getting? And why you did not follow the instruction on that tip to provide the detailed information it suggests?
As for your email issue, you should open another topic and provide detailed information on what makes you think this is related to Cloudflare.
This is not the error message the 503 link talks about. This is only a header. Your curl command has the -I flag, which asks curl to only return headers, not the page.
You could try curl -s https://example.com | egrep '503' to see which message your commands are receiving.
You can always write in your own language. There may be volunteers in this community who speak it, and others who don’t will be able to use the built-in translation feature to communicate with you.