diff --git a/utils/functions.go b/utils/functions.go index 8943a2a..0b6e894 100755 --- a/utils/functions.go +++ b/utils/functions.go @@ -119,7 +119,6 @@ func getRequestTlsConfig(certBytes, keyBytes, caCertBytes []byte) (conf *tls.Con caBytes := certBytes if caCertBytes != nil { caBytes = caCertBytes - } ok := serverCertPool.AppendCertsFromPEM(caBytes) if !ok {