Matrix federation

does anyone know how to solve this error with matrix

“ConnectionReports”: {},
“ConnectionErrors”: {
“129.151.191.194:8448”: {
“Message”: “Get “https://129.151.191.194:8448/_matrix/key/v2/server”: context deadline exceeded (Client.Timeout exceeded while awaiting headers)”
}
},
“Version”: {
“error”: “Get “matrix://genius.ke/_matrix/federation/v1/version”: dial tcp 129.151.191.194:8448: i/o timeout”
},
“FederationOK”: false
}

Hi @oneitonitram

In the file .wellknown/matrix/server, try to take out the port number.

Michel-André

EDIT:
When my server was running, I used the URL: https://chat.micronator-dev.org/_matrix/key/v2/server/auto (verify that you have the /auto at the end)

You can have a look at the doc I made about “NethServer-701, Cahier-01: Matrix-Synapse” at:
https://www.micronator.org/affaires/produit/nethserver-701-cahier-01_matrix-synapse/.

It’s in French but you can follow the commands, the config files, and the captured screens.