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.