Skip to content

Commit 7551c8a

Browse files
committed
chore: remove unneed code
1 parent 237e2ed commit 7551c8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

component/ca/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ func GetTLSConfig(tlsConfig *tls.Config, fingerprint string, customCA string, cu
141141
if err != nil {
142142
return nil, err
143143
}
144-
tlsConfig = GetGlobalTLSConfig(tlsConfig)
145144
tlsConfig.VerifyPeerCertificate = verifyFingerprint(fingerprintBytes)
146145
tlsConfig.InsecureSkipVerify = true
147146
}

0 commit comments

Comments
 (0)