diff --git a/cmd/tiller/tiller.go b/cmd/tiller/tiller.go index 93ac7d1ae..2f193936e 100644 --- a/cmd/tiller/tiller.go +++ b/cmd/tiller/tiller.go @@ -221,7 +221,7 @@ func tlsOptions() tlsutil.Options { opts := tlsutil.Options{CertFile: certFile, KeyFile: keyFile} if tlsVerify { opts.CaCertFile = caCertFile - opts.ClientAuth = tls.RequireAndVerifyClientCert + opts.ClientAuth = tls.VerifyClientCertIfGiven } return opts }