From 793501eee3e783f6cff435e40fcb6c3433ad0f87 Mon Sep 17 00:00:00 2001 From: gered Date: Wed, 17 Jan 2018 08:20:53 -0500 Subject: [PATCH] whoops again --- nats-pub/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats-pub/app.go b/nats-pub/app.go index c7d5797..6db70d3 100644 --- a/nats-pub/app.go +++ b/nats-pub/app.go @@ -20,7 +20,7 @@ func main() { var tlsCertPath = flag.String("tlscert", "", "Certificate file") var tlsKeyPath = flag.String("tlskey", "", "Private key file for certificate") var tlsCACertPath = flag.String("tlscacert", "", "Client certificate CA file") - var tlsVerify = flag.Bool("tlsverify", true, "Enable TLS connection verification") + var tlsVerify = flag.Bool("tlsverify", false, "Enable TLS connection verification") flag.Usage = usage flag.Parse()