Hi there,

In the documention under “troubleshooting”, there are these commands you can try to see if things are working as they should:

curl -H "Accept: application/activity+json" https://your-instance.com/u/some-local-user

curl -H "Accept: application/activity+json" https://your-instance.com/c/some-local-community

curl -H "Accept: application/activity+json" https://your-instance.com/post/123 # the id of a local post

curl -H "Accept: application/activity+json" https://your-instance.com/comment/123 # the id of a local comment

However, I get this error:

curl: (7) Failed to connect to lemmy.wtf port 443 after 0 ms: Connection refused

When I try do:

curl -H "Accept: application/activity+json" https://lemmy.wtf/c/guildwars2

Lemmy.wtf seems to federate just fine with other Lemmy instances, however people on kbin.social is not able to see the communities at Lemmy.wtf.

If you try: https://kbin.social/m/guildwars2@lemmy.wtf, you will simply just get an error 404 and I’m not able to subscribe to any magazines on kbin.social as well.

I am using Cloudflared tunnel for Lemmy.wtf. Might that be the issue?