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 d90e566 commit a5d18abCopy full SHA for a5d18ab
VERSION
@@ -1 +1 @@
1
-0.2.8
+0.2.9
main.go
@@ -241,10 +241,10 @@ cfgDirs:
241
cabs, err := ioutil.ReadFile(*caPath)
242
if err != nil {
243
log.Fatalf("Could not open ca file,, " + err.Error())
244
- ok := pool.AppendCertsFromPEM(cabs)
245
- if !ok {
246
- log.Fatalf("Failed loading ca certs")
247
- }
+ }
+ ok := pool.AppendCertsFromPEM(cabs)
+ if !ok {
+ log.Fatalf("Failed loading ca certs")
248
}
249
250
tlsConfig.ClientAuth = tls.RequireAndVerifyClientCert
0 commit comments