We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a17ea3 commit 33dbd35Copy full SHA for 33dbd35
src/crypto/tls/delegated_credentials_test.go
@@ -570,6 +570,7 @@ func TestDCHandshakeServerAuth(t *testing.T) {
570
clientConfig := dcTestConfig.Clone()
571
serverConfig := dcTestConfig.Clone()
572
serverConfig.GetCertificate = testServerGetCertificate
573
+ clientConfig.InsecureSkipVerify = true
574
575
for i, test := range dcTests {
576
clientConfig.SupportDelegatedCredential = test.clientDCSupport
0 commit comments