diff options
author | Erik Johnston <erik@matrix.org> | 2018-01-11 11:23:40 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-01-11 11:23:40 +0000 |
commit | 07ab948c38bd6ace4b648d98ef383c006003047b (patch) | |
tree | 59833960299618a89ef6c480a6cd7349a339ca25 /README.rst | |
parent | Merge pull request #2773 from matrix-org/erikj/hash_bg (diff) | |
parent | Merge branch 'release-v0.26.0' of github.com:matrix-org/synapse (diff) | |
download | synapse-07ab948c38bd6ace4b648d98ef383c006003047b.tar.xz |
Merge branch 'master' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 6f146b63b1..76fe2e4139 100644 --- a/README.rst +++ b/README.rst @@ -632,6 +632,11 @@ largest boxes pause for thought.) Troubleshooting --------------- + +You can use the federation tester to check if your homeserver is all set: +``https://matrix.org/federationtester/api/report?server_name=<your_server_name>`` +If any of the attributes under "checks" is false, federation won't work. + The typical failure mode with federation is that when you try to join a room, it is rejected with "401: Unauthorized". Generally this means that other servers in the room couldn't access yours. (Joining a room over federation is a |