Skip to content

Commit

Permalink
Merge pull request #81 from mreiferson/tls_updates_81
Browse files Browse the repository at this point in the history
auto enable TLS negotation when setting other TLS options
  • Loading branch information
mreiferson committed Sep 6, 2014
2 parents 36d6844 + da36adc commit 00dbee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00dbee1

Please sign in to comment.