Nextcloud version: 20.0.4
Using the latest docker nextcloud image (with bundled Apache)
I have been using version 20.0.3 for a month or so, experiencing no problems. Installing/using apps was without issue Today, I attempted to install a new app to my NextCloud instance and got the error: “An error occured during the request. Unable to proceed. Couldn’t update app.”. On checking the “Security & setup warnings” in the Admin settings, I can see:
“Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the documentation. (List of invalid files… / Rescan…)”
The ‘List of invalid files’ can be seen at this pastebin.
As you can see, everything is showing:
OC\IntegrityCheck\Exceptions\InvalidSignatureException
Certificate is not valid.
I have since updated my Docker container to use the latest 20.0.4 but the problem persists and I cannot install any apps. In my “Logging” I can see the following entry when attempting to install a new app:
[core] Error: Exception: Could not validate CRL signature at <<closure>>
0. /var/www/html/lib/private/Installer.php line 198
OC\Installer->downloadApp("*** sensitive parameter replaced ***", false)
1. /var/www/html/apps/settings/lib/Controller/AppSettingsController.php line 532
OC\Installer->updateAppstoreApp("*** sensitive parameters replaced ***")
2. /var/www/html/lib/private/AppFramework/Http/Dispatcher.php line 169
OCA\Settings\Controller\AppSettingsController->updateApp("*** sensitive parameters replaced ***")
3. /var/www/html/lib/private/AppFramework/Http/Dispatcher.php line 100
OC\AppFramework\Http\Dispatcher->executeController(OCA\Settings\Con ... {}, "updateApp")
4. /var/www/html/lib/private/AppFramework/App.php line 152
OC\AppFramework\Http\Dispatcher->dispatch(OCA\Settings\Con ... {}, "updateApp")
5. /var/www/html/lib/private/Route/Router.php line 308
OC\AppFramework\App::main("OCA\\Settings\\ ... r", "updateApp", OC\AppFramework\ ... {}, {action: null,ap ... "})
6. /var/www/html/lib/base.php line 1008
OC\Route\Router->match("/settings/apps/update/spreed")
7. /var/www/html/index.php line 37
OC::handleRequest()
GET /settings/apps/update/spreed
from 31.125.163.105 by ************ at 2021-01-11T12:53:59+00:00
I have attempted to find solutions to this issue, but none have solved it. Any help would be appreciated.