Remove unnecessary tlsHelpers, SSL works with domain certificate

This commit is contained in:
Harshavardhana
2015-06-08 20:54:31 -07:00
parent 666ed34059
commit a947767339
2 changed files with 0 additions and 25 deletions

View File

@@ -84,7 +84,6 @@ func start(ctrlChannel <-chan string, errorChannel chan<- error,
for _, host := range hosts {
fmt.Printf("Starting minio server on: https://%s:%s\n", host, port)
}
httpServer.TLSConfig = getDefaultTLSConfig()
err = httpServer.ListenAndServeTLS(config.CertFile, config.KeyFile)
}
errorChannel <- err