Closed thegcat closed 5 years ago
the problem here is that your .well-known is invalid:
{
"m.homeserver": "matrix.fachschaften.org:8449"
}
it should be m.server
, not m.homeserver
.
D'oh, things I did not recheck, sorry :-( Now I can also imagine why lookup _matrix._tcp.
didn't have a host or domain name.
I can confirm that this fixes the issue for me, thanks!
Hm, would've thought the JSON deserializer would've complained that it couldn't find an m.server
field...
We have a Matrix server running on matrix.fachschaften.org:8449 (for the server port) with SRV and .well-known entries on fachschaften.org (the domain used for Matrix). This doesn't seem to be properly recognised, checking fachschaften.org or matrix.fachschaften.org yields:
Using nslookup agains 1.1.1.1 though seems to resolve our SRV entry just fine:
Checking against the s2s Port of our installation yields a cert error:
I'm guessing this is because the query is done with a port and the cert has no port? Can this be ignored?
Thanks.
(Oh, and so far our Homeserver has worked well with another one we are administering, as well as other servers, matrix.org being one of which).