From da36adc18371529b215297472ae24c3003dde225 Mon Sep 17 00:00:00 2001 From: Matt Reiferson Date: Tue, 2 Sep 2014 19:55:42 -0400 Subject: [PATCH] config: document tls_v1 --- config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config.go b/config.go index 8ea9c6ca..3ed78454 100644 --- a/config.go +++ b/config.go @@ -74,6 +74,7 @@ type Config struct { // To set TLS config, use the following options: // + // tls_v1 - Bool enable TLS negotiation // tls_root_ca_file - String path to file containing root CA // tls_insecure_skip_verify - Bool indicates whether this client should verify server certificates // tls_cert - String path to file containing public key for certificate