We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18e9bb commit 55fc36dCopy full SHA for 55fc36d
dnscrypt-proxy/xtransport.go
@@ -302,9 +302,9 @@ func (xTransport *XTransport) rebuildTransport() {
302
if err != nil {
303
dlog.Fatalf("Unable to read rootCA file [%s]: %v", clientCreds.rootCA, err)
304
}
305
- if ok := certPool.AppendCertsFromPEM(additionalCaCert); !ok {
306
- dlog.Fatalf("No valid certificates found in rootCA file [%s]", clientCreds.rootCA)
307
- }
+ if ok := certPool.AppendCertsFromPEM(additionalCaCert); !ok {
+ dlog.Fatalf("No valid certificates found in rootCA file [%s]", clientCreds.rootCA)
+ }
308
309
310
if certPool != nil {
0 commit comments