no message

This commit is contained in:
arraykeys
2018-06-22 21:19:09 +08:00
parent 7f0bea952d
commit 7101530b22

View File

@ -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 {