mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-12 13:18:51 +00:00
Fixup integration tests for TLS1.3
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user