t.Run("case=passes-with-tls-disabled-on-admin-endpoint", func(t *testing.T) {
        c.MustSet(context.Background(), config.AdminInterface.Key(config.KeySuffixTLSEnabled), false)

        res := httptest.NewRecorder()
        RejectInsecureRequests(r, c.TLS(context.Background(), config.AdminInterface))(res, &http.Request{