Nextcloud-24.0.12.zip doesn't match the signature

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version : 23.0.12
Operating system and version : CentOS 7.9
Apache or nginx version : Apache/2.4.6
PHP version: 7.4.33

The issue you are facing:

I’m trying to update to version 24.0.12. The updater fails with “Verify integrity failed”. in update log:
Message: Signature of update is not valid

I tried to download manually download the 24.0.12 zip file and checksums from :
https://download.nextcloud.com/server/releases/

They also fail:

sha256sum -c nextcloud-24.0.12.zip.sha256
nextcloud-24.0.12.zip: FAILED

sha512sum -c nextcloud-24.0.12.zip.sha512
nextcloud-24.0.12.zip: FAILED

So I’m stuck at version 23.0.12 and I can’t update

Is this the first time you’ve seen this error? (Y/N): N

Steps to replicate it:

  1. run updater from version 23.0.12
  2. Updater fails at download verify

updater.log:

2023-06-11T00:40:43+0000 hqtIGyQylD [info] internal version: 23.0.12.2
2023-06-11T00:40:43+0000 hqtIGyQylD [info] updateURL: https://updates.nextcloud.com/updater_server/?version=23x0x12x2xxxstablexx2022-12-08T13%3A07%3A59%2B00%3A00+4eca7512330808a958cbf00bbd9044ea77b3ab6bx7x4x33
2023-06-11T00:40:43+0000 hqtIGyQylD [info] getUpdateServerResponse response: Array
(
    [version] => 24.0.12.1
    [versionstring] => Nextcloud 24.0.12
    [url] => https://download.nextcloud.com/server/releases/nextcloud-24.0.12.zip
    [web] => https://docs.nextcloud.com/server/24/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=24.0.12
    [autoupdater] => 1
    [eol] => 1
    [signature] => aCQnJpJjf83glgpOxTs1tenmKYhdBK34JyhBtwhikoE4bg1GpfNPe+5OVEDkKPLi
o3tAWWdx8SAR1+PuLYwjkyy6hhr80ojDrhnmjVprB9PZ5Dqqz9Uk5sLjyse2e0FC
L9eCQfFLRMxNYyucp8ihSW2100KbDKPXq5K/GUS/9TuLV99JdwJjAWtPQzsm5KK9
3SMqwkuwWg+39qVS9W1w4zWjAwfP1xyJUFTIBeS35hnmnol2goE0JbSlTMoBYFyQ
PC8WFtnBG8EIA1ncyQ/IDKUZjg79E8cM8zyIY8PYmA/Jf4MpTMwfoGJQ0GtD6nCF
ACWMWE93WNcq+HBa025zsw==
)

2023-06-11T00:40:43+0000 hqtIGyQylD [info] storage location: /home/nextcloud/storage/updater-ocr6z47jbp4l/downloads/
2023-06-11T00:40:44+0000 hqtIGyQylD [error] executeStep request failed with other exception
2023-06-11T00:40:44+0000 hqtIGyQylD [error] Exception: Exception
Message: Signature of update is not valid
Code:0
Trace:
#0 phar:///home/nextcloud/www/updater/updater.phar/lib/UpdateCommand.php(369): NC\Updater\Updater->verifyIntegrity()
#1 phar:///home/nextcloud/www/updater/updater.phar/lib/UpdateCommand.php(233): NC\Updater\UpdateCommand->executeStep()
#2 phar:///home/nextcloud/www/updater/updater.phar/vendor/symfony/console/Command/Command.php(256): NC\Updater\UpdateCommand->execute()
#3 phar:///home/nextcloud/www/updater/updater.phar/vendor/symfony/console/Application.php(820): Symfony\Component\Console\Command\Command->run()
#4 phar:///home/nextcloud/www/updater/updater.phar/vendor/symfony/console/Application.php(187): Symfony\Component\Console\Application->doRunCommand()
#5 phar:///home/nextcloud/www/updater/updater.phar/vendor/symfony/console/Application.php(118): Symfony\Component\Console\Application->doRun()
#6 phar:///home/nextcloud/www/updater/updater.phar/updater.php(10): Symfony\Component\Console\Application->run()
#7 /home/nextcloud/www/updater/updater.phar(10): require('phar:///home/ne...')
#8 {main}
File:phar:///home/nextcloud/www/updater/updater.phar/lib/Updater.php
Line:644

Dunno. Might be worth seeing if there is an open Issue (bug report) about it. Or creating a new one if there doesn’t seem to be

Well I got past it. maybe someone noticed and fixed the signature.