Skip to content

Commit

Permalink
Fix tests after min TLS version increase in golang tip (#2229)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov authored Nov 9, 2021
1 parent dae7000 commit 092acbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/testutils/httpmultibin/httpmultibin.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func GetTLSClientConfig(t testing.TB, srv *httptest.Server) *tls.Config {
RootCAs: certs,
InsecureSkipVerify: false,
Renegotiation: tls.RenegotiateFreelyAsClient,
MinVersion: tls.VersionTLS10,
}
}

Expand Down

0 comments on commit 092acbb

Please sign in to comment.