t.Run("case=passes-because-health-ready-endpoint", func(t *testing.T) {
        c.MustSet(context.Background(), config.AdminInterface.Key(config.KeySuffixTLSAllowTerminationFrom), []string{"126.0.0.1/24", "127.0.0.1/24"})

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