[Matrix] federation error

:uk:

My YunoHost server

Hardware: old lenovo thinkcentre
YunoHost version: 3.8.4.9
I have access to my server : Through SSH | through the webadmin | direct access via keyboard / screen
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

Description of my issue

Hello there, i just installed a matrix server through synapse, it works great except i cannot access to any room outside of my own server. I try to fetch matrix.org rooms and it gives me this error :
Riot n’a pas pu récupérer la liste des salons publics. No key for domain_name with ids in ['ed25519:a_vdQL'] (min_validity 1593637348768)

The Matrix federation tester is obviously negative :

Got 0 connection report. This usually means at least one error happened.

## Connection Errors

Get https://my_IPv4:8448/_matrix/key/v2/server: dial tcp my_IPv4:8448: connect: connection refused

## No SRV Records

And here is the json report if it can provide anything :

{
  "WellKnownResult": {
    "m.server": "my_domain_name:8448"
  },
  "DNSResult": {
    "SRVCName": "",
    "SRVRecords": null,
    "SRVError": null,
    "Hosts": {
      "my_domain_name": {
        "CName": "my_domain_name.",
        "Addrs": [
          "my_IPv4"
        ],
        "Error": null
      }
    },
    "Addrs": [
      "my_IPv4:8448"
    ]
  },
  "ConnectionReports": {},
  "ConnectionErrors": {
    "my_IPv4:8448": {
      "Message": "Get https://my_IPv4:8448/_matrix/key/v2/server: dial tcp my_IPv4:8448: connect: connection refused"
    }
  },
  "Version": {
    "error": "Get matrix://my_domain_name:8448/_matrix/federation/v1/version: dial tcp my_IPv4:8448: connect: connection refused"
  },
  "FederationOK": false
} 

Any idea ?


:fr:

Mon serveur YunoHost

Matériel: vieux lenovo thinkcentre
Version de YunoHost: 3.8.4.9
J’ai accès à mon serveur : En SSH | Par la webadmin | En direct avec un clavier/écran
Êtes-vous dans un contexte particulier ou avez-vous effectué des modificiations particulières sur votre instance ? : non

Description du problème

Yo ! Je viens d’installer un serveur matrix grâce à Synapse, c’est super sauf que je ne peux accéder à aucun salon en dehors de mon serveur. Impossible de récupérer la liste des salons publics sur matrix.org par exemple :
Riot n’a pas pu récupérer la liste des salons publics. No key for my_domain_name with ids in ['ed25519:a_vdQL'] (min_validity 1593637348768)

Le testeur de fédération Matrix me dit que ça marche pas :

Got 0 connection report. This usually means at least one error happened.

## Connection Errors

Get https://my_IPv4:8448/_matrix/key/v2/server: dial tcp my_IPv4:8448: connect: connection refused

## No SRV Records

Et voilà le rapport json si jamais ça parle à quelqu’un:

{
  "WellKnownResult": {
    "m.server": "my_domain_name:8448"
  },
  "DNSResult": {
    "SRVCName": "",
    "SRVRecords": null,
    "SRVError": null,
    "Hosts": {
      "my_domain_name": {
        "CName": "my_domain_name.",
        "Addrs": [
          "my_IPv4"
        ],
        "Error": null
      }
    },
    "Addrs": [
      "my_IPv4:8448"
    ]
  },
  "ConnectionReports": {},
  "ConnectionErrors": {
    "my_IPv4:8448": {
      "Message": "Get https://my_IPv4:8448/_matrix/key/v2/server: dial tcp my_IPv4:8448: connect: connection refused"
    }
  },
  "Version": {
    "error": "Get matrix://my_domain_name:8448/_matrix/federation/v1/version: dial tcp my_IPv4:8448: connect: connection refused"
  },
  "FederationOK": false
} 

Une idée ?

Personne ?
Allez venez !

Vous allez rire, il suffisait de rediriger le port 8448 correctement.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.