mirror of
https://github.com/helm/helm.git
synced 2026-06-30 19:57:48 +00:00
@@ -128,7 +128,6 @@ func (g *HTTPGetter) httpClient() (*http.Client, error) {
|
||||
if err != nil {
|
||||
return nil, errors.Wrap(err, "can't create TLS config for client")
|
||||
}
|
||||
tlsConf.BuildNameToCertificate()
|
||||
|
||||
sni, err := urlutil.ExtractHostname(g.opts.url)
|
||||
if err != nil {
|
||||
|
||||
@@ -291,7 +291,6 @@ func TestDownloadTLS(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal(errors.Wrap(err, "can't create TLS config for client"))
|
||||
}
|
||||
tlsConf.BuildNameToCertificate()
|
||||
tlsConf.ServerName = "helm.sh"
|
||||
tlsSrv.TLS = tlsConf
|
||||
tlsSrv.StartTLS()
|
||||
|
||||
@@ -371,7 +371,6 @@ func (s *Server) StartTLS() {
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
tlsConf.BuildNameToCertificate()
|
||||
tlsConf.ServerName = "helm.sh"
|
||||
s.srv.TLS = tlsConf
|
||||
s.srv.StartTLS()
|
||||
|
||||
Reference in New Issue
Block a user