no message
This commit is contained in:
@ -119,7 +119,6 @@ func getRequestTlsConfig(certBytes, keyBytes, caCertBytes []byte) (conf *tls.Con
|
|||||||
caBytes := certBytes
|
caBytes := certBytes
|
||||||
if caCertBytes != nil {
|
if caCertBytes != nil {
|
||||||
caBytes = caCertBytes
|
caBytes = caCertBytes
|
||||||
|
|
||||||
}
|
}
|
||||||
ok := serverCertPool.AppendCertsFromPEM(caBytes)
|
ok := serverCertPool.AppendCertsFromPEM(caBytes)
|
||||||
if !ok {
|
if !ok {
|
||||||
|
|||||||
Reference in New Issue
Block a user