Skip to content

Commit

Permalink
Fix non-TLS mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer committed Jun 6, 2017
1 parent a764263 commit d2bca95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth_server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ func ServeOnce(c *server.Config, cf string, hd *httpdown.HTTP) (*server.AuthServ
tlsConfig.GetCertificate = m.GetCertificate
} else {
glog.Warning("Running without TLS")
tlsConfig = nil
}
hs := &http.Server{
Addr: c.Server.ListenAddress,
Expand Down

0 comments on commit d2bca95

Please sign in to comment.