Apps.nextcloud.com not reachable - ip blocked?

hi,

my nextcloud server (32.0.4) is running perfectly fine in docker (managed by coolify), however, the nextcloud container can’t access the server apps.nextcloud.com; is my ip blocked?

I checked the following with curl within the container

# check http_code, if banned ... 
$ curl https://apps.nextcloud.comcurl -s -o /dev/null -w ‘%{http_code}\\n’ -I https://apps.nextcloud.com/
000
$ curl https://apps.nextcloud.com
curl: (7) Failed to connect to apps.nextcloud.com port 443 after 47 ms: Could not connect to server

but this works:

$ curl https://www.nextcloud.com
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>308 Permanent Redirect</title>
</head><body>
<h1>Permanent Redirect</h1>
<p>The document has moved <a href="https://nextcloud.com/">here</a>.</p>
</body></html>

I’ve read some forum posts where users report that their IP address has been blocked (permanently?).
If that’s the problem, how do I get off this blacklist?

thanks in advance
gerald

EDIT: I don’t know who did something, but… a few hours later, it worked. :wink: