diff --git a/pkg/server/wizard.go b/pkg/server/wizard.go index 9a36e23e7..802e6709b 100644 --- a/pkg/server/wizard.go +++ b/pkg/server/wizard.go @@ -185,10 +185,10 @@ func handleSetupChange(rw http.ResponseWriter, req *http.Request) { } switch k { - case "TLS": + case "https": b, err := strconv.ParseBool(v[0]) if err != nil { - httputil.ServerError(rw, req, fmt.Errorf("TLS field expects a boolean value")) + httputil.ServerError(rw, req, fmt.Errorf("https field expects a boolean value")) } el = b case "replicateTo":