Problems with federation

Good morning (or hello in general, depending on your timezone). I’m trying to activate the federation with another instance. On my side, the logs show as ‘completed’. However, the other instance is not receiving anything.

When the other instance sends me a request, I don’t receive it.

Can you help me?

This is the type of log I have:

Job: 9779
Type: activitypub-http-unicast
Processed on 1/31/25, 8:30:14.671 PM
Finished on 1/31/25, 8:30:15.244 PM
{
  "uri": "https://remoteinstance.com/accounts/peertube/inbox",
  "signatureActorId": 1,
  "body": {
    "type": "Follow",
    "id": "https://myinstance.com/accounts/peertube/follows/26487",
    "actor": "https://myinstance.com/accounts/peertube",
    "object": "https://remoteinstance.com/accounts/peertube"
  },
  "contextType": "Follow"
}
Job: 76
Type: activitypub-follow
Processed on 1/31/25, 8:30:14.058 PM
Finished on 1/31/25, 8:30:14.685 PM
{
  "host": "remoteinstance.com:443",
  "followerActorId": 1
}

(I replaced my instance’s link by « myinstance.com » and the remote one by « removeinstance.com »)

Thanks in advance for anyone who responds to my request.