mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-08 11:40:25 +00:00
matrix-synapse: Change client diagnostics url
/_matrix and /_matrix/clients are returning a 404 response. Using _matrix/clients/versions for diagnostics since it's the simplest GET url in the client-server API. Fixes #1503 Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
b9a928543a
commit
71637f2757
@ -138,8 +138,8 @@ def diagnose():
|
||||
results.append(action_utils.diagnose_port_listening(8008, 'tcp4'))
|
||||
results.append(action_utils.diagnose_port_listening(8448, 'tcp4'))
|
||||
results.extend(
|
||||
action_utils.diagnose_url_on_all('https://{host}/_matrix',
|
||||
check_certificate=False))
|
||||
action_utils.diagnose_url_on_all(
|
||||
'https://{host}/_matrix/client/versions', check_certificate=False))
|
||||
|
||||
return results
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user