Fixup integration tests for TLS1.3

This commit is contained in:
Jordan Liggitt
2019-11-06 15:21:04 -05:00
parent 00e1ffb4e0
commit 264c905a78
2 changed files with 44 additions and 17 deletions

View File

@@ -64,6 +64,7 @@ func runTestAPICiphers(t *testing.T, testID int, kubePort int, clientCiphers []u
tr := &http.Transport{
TLSClientConfig: &tls.Config{
MaxVersion: tls.VersionTLS12, // Limit to TLS1.2 to allow cipher configuration
InsecureSkipVerify: true,
CipherSuites: clientCiphers,
},