mirror of
https://github.com/kopia/kopia.git
synced 2026-09-14 06:08:07 -04:00
Remove `tls.Config.VerifyPeerCertificate`. Instead rely on `VerifyConnection` to avoid double validation. nit: leverage `EnsureType` in tests. Ref: - #5540 - #5610 - #5628