The 503 error is returned from CloudFlare

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?

PS: Our website works very well without problems

Please check this link for community tips on how to handle this problem: 503

Hello,
Thank you for your good link, but it does not help me at all. As written in my first post.

  • Our website works very well.

  • But once in the server this command below returns a 503 error associated with this cf-ray:78XXXXXXXXXX-ORD.

curl -IL https://www.monsite.fr
HTTP/2503
  • Finally on the same domain we no longer receive our emails in our Android and IOS phones

My concern is wanting to know how to fix this problem?

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.

Hello,
As I keep writing these two errors below do not match the 503 error I am getting.

I don’t know if it’s the google translation that doesn’t work well.
But I was very clear:

  • Our website works very well without errors
  • Error 503 is only displayed from the server when I run this command
curl -IL https://www.monsite.fr

It gives me this error message

HTTP/2 503

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 :globe_with_meridians: translation feature to communicate with you.

@cbrandt
Effectivement cette commande

curl -s https://example.com | egrep '503'

Ne me donne rien.