matrix-org / matrix-federation-tester

Tester for matrix federation written in golang.
77 stars 17 forks source link

Plain text endpoint does not work on matrix.org instance #139

Closed djmaze closed 1 year ago

djmaze commented 1 year ago

When calling https://matrix.org/federationtester/api/federation-ok?server_name=<server_name>, the server just returns a 404.

richvdh commented 1 year ago

At least part of the problem here is that the hosted version is still on v0.7

richvdh commented 1 year ago

Fixed. Please don't use https://matrix.org/federationtester (or https://federationtester.matrix.org) as part of your production infrastructure though; we make no promises as to its reliability and reserve the right to turn it off or restrict access to it without notice if it becomes a significant cost.

richvdh commented 1 year ago

(for links: this endpoint was added in #132)