matrix-org / matrix-federation-tester

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

Version check times out if .well-known times out #98

Open tulir opened 4 years ago

tulir commented 4 years ago

Testing pink.packageloss.eu says FederationOK: true as it should, but the Version output says it timed out. It's probably caused by pink.packageloss.eu getting an i/o timeout for port 443 (which is also reported in the .well-known part of the output).

Maybe somewhat related to #84