@@ 160,7 160,6 @@ func startWebServer(conf *cfg.Config) {
}
customCfg := &tls.Config{
GetCertificate: func(hello *tls.ClientHelloInfo) (*tls.Certificate, error) {
- fmt.Println("SERVER NAME:", hello.ServerName)
return m.GetCertificate(hello)
},
NextProtos: []string{