matrix-org / matrix-federation-tester

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

Fix the version check #126

Closed neilalexander closed 1 year ago

neilalexander commented 1 year ago

GMSL's GetVersion will expect the vanity domain, not the resolved hostname and port.

DMRobertson commented 1 year ago

Also: Fixes #99?

richvdh commented 1 year ago

Is this deployed automatically when main is advanced?

No, it needs tagging and deploying via ansible.

richvdh commented 1 year ago

fixes #125?

richvdh commented 1 year ago

@neilalexander: can you add some notes (here or on #125) about (a) why this caused the observed symptoms (why does it think that a cert for *.matrix.org is not valid for matrix-federation.matrix.org?); (b) why this only started happening with v0.5 ?