matrix-org / matrix-federation-tester

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

Fix certificate validation #73

Closed babolivier closed 5 years ago

babolivier commented 5 years ago

Change the certification validation check to select the certs it uses as leaf and intermediates in a more sensible way, and also make sure we don't skip the check so we always get an error (in ConnectionReports.IP_ADDR.Errors) when the validation fails. Fixes #56