Online Update: Certificate is not valid?

Hi all;

just did an online update of Nextcloud which, again, didn’t work all too smoothly (had to manually reset maintaineance mode twice until it finally moved on). Now it works again but complains that a bunch of files couldn’t be verified. Details see below. Hmm. What to do?

Thanks in advance and all the best,
Kristian

Technical information

The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.

Results

  • market
    • EXCEPTION
      • OC\IntegrityCheck\Exceptions\InvalidSignatureException
      • Certificate is not valid.
  • files_antivirus
    • EXCEPTION
      • OC\IntegrityCheck\Exceptions\InvalidSignatureException
      • Certificate is not valid.
  • theme-example
    • EXCEPTION
      • OC\IntegrityCheck\Exceptions\InvalidSignatureException
      • Certificate is not valid.
  • calendar
    • EXCEPTION
      • OC\IntegrityCheck\Exceptions\InvalidSignatureException
      • Certificate is not valid.
  • configreport
    • EXCEPTION
      • OC\IntegrityCheck\Exceptions\InvalidSignatureException
      • Certificate is not valid.
  • templateeditor
    • EXCEPTION
      • OC\IntegrityCheck\Exceptions\InvalidSignatureException
      • Certificate is not valid.
  • external
    • EXCEPTION
      • OC\IntegrityCheck\Exceptions\InvalidSignatureException
      • Certificate is not valid.

Raw output

Array
(
[market] => Array
(
[EXCEPTION] => Array
(
[class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException
[message] => Certificate is not valid.
)

    )

[files_antivirus] => Array
    (
        [EXCEPTION] => Array
            (
                [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException
                [message] => Certificate is not valid.
            )

    )

[theme-example] => Array
    (
        [EXCEPTION] => Array
            (
                [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException
                [message] => Certificate is not valid.
            )

    )

[calendar] => Array
    (
        [EXCEPTION] => Array
            (
                [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException
                [message] => Certificate is not valid.
            )

    )

[configreport] => Array
    (
        [EXCEPTION] => Array
            (
                [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException
                [message] => Certificate is not valid.
            )

    )

[templateeditor] => Array
    (
        [EXCEPTION] => Array
            (
                [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException
                [message] => Certificate is not valid.
            )

    )

[external] => Array
    (
        [EXCEPTION] => Array
            (
                [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException
                [message] => Certificate is not valid.
            )

    )

)

1 Like

I have the same issue but only with the market app.

Nobody knows a solution?

OK, I thought market is a core app and responsible for the app store. But in fact it seems to be 3dparty and I have no idea what it does. I removed it and now everything is fine. The app store still works.