Closed anoadragon453 closed 5 years ago
This does not seem to be fixed by matrix-org/gomatrixserverlib#109.
indeed. the problem is not the parsing of the port (as per #26), but the fact that it is looking for the wrong server name in the certificate. it looks like #35 fixes this
https://matrix.org/federationtester/api/report?server_name=snopyta.org now gives "ValidCertificates": true
\o/
Testing
matrix.snopyta.org
, we getValidCertificates
==true
, but testingsnopyta.org
givesfalse
.Well-known seems to be set up correctly, so this doesn't make much sense.
26 may be the cause however.