503 error from server itself

Hello to everyone.

I can’t access to my own domain from the server itself.

The domain DNS is protected under Cloudflare and when I try:
(I’ve deleted some links because I only can write 4)

root@server ~ # wget mydomain.com
Resolving mydomain… 104.21.24.178, 172.67.219.222, 2606:4700:3031::6815:18b2, …
Connecting con mydomain 104.21.24.178:443… connected.
HTTP request send, waiting response… 503 Service Temporarily Unavailable

But it works from my personal computer:

user@workstation ~ # wget mydomain.com
Resolving mydomain… 104.21.24.178, 172.67.219.222
Connecting with mydomain (104.21.24.178:443)… connected.
HTTP request send, waiting response… 200 OK

Can you help me?

Regards.

If I desactivate the DNS proxy redirect for this domain, it works.

I often get this when I use command line to test certain sites because they have some restriction at the origin. Without knowing the domain name, we can’t investigate further.

Click the 503 link in your post for more info.

I was blocking my own request with Cloudflare firewall rules… :roll_eyes:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.