matrix-org / matrix-federation-tester

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

502 on port closed / fallback on ipv4? #66

Closed GregOriol closed 5 years ago

GregOriol commented 5 years ago

I have experienced a kind of special issue: the hostname I gave as input was valid, with a real server behind. However, the port was closed on ipv6 for matrix, but open on ipv4, by my firewall (my mistake). The API returned as Bad gateway error instead of falling back to ipv4, or even returning any helpful error message.

richvdh commented 5 years ago

10