Nextcloud 29.0.16.1 update not working

VERSION_ID=“12”
VERSION=“12 (bookworm)”

Did an internal update of Nextcloud. Now I’m getting error on Apache2. I’ve had a look on the net about this error. Have applied what I have seen is the salution, still not fix the problem. Cannot access Nextcloud Login page.

\[ssl:error\] \[pid 863809:tid 863809\] AH02218: ssl_stapling_init_cert: no OCSP URI in certificate and no SSLStaplingForceURL set \[subject: CN=error.net / issuer: CN=E7,O=Let’s Encrypt,C=US / serial: 0678027D20ADF3095B37CE937B8D395B5C1E / notbefore: Sep 30 05:41:50 2025 GMT / notafter: Dec 29 05:41:49 2025 GMT\]
Oct 18 13:42:19 DietPi apache2\[863809\]: \[ssl:error\] \[pid 863809:tid 863809\] AH02604: Unable to configure certificate error.net:443:0 for stapling
SSLStaplingCache shmcb:/var/run/apache2/stapling_cache(128000)
<VirtualHost \*:443>
ServerName error.net

Header always set Strict-Transport-Security “max-age=15552000; includeSubDomains”

SSLEngine on
SSLProtocol all -SSLv3 -SSLv2
SSLCertificateFile /etc/letsencrypt/live/error.net/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/error.net/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
SSLUseStapling on
sudo -E -u www-data php /var/www/nextcloud/occ status

* installed: true
* version: 29.0.16.1
* versionstring: 29.0.16
* edition:
* maintenance: false
* needsDbUpgrade: false
* productname: Nextcloud
* extendedSupport: false

The issue seems to be your SSL certificate. This shouldn’t be related to NC directly. Did you already tried to update your certificate?

OCSP SSL stapling is deprecated, especially Let’s Encrypt stopped supporting it:

  • August 6, 2025
    • On this date we will turn off our OCSP responders

Remove SSLStaplingCache and SSLUseStapling directives, and things will continue to work. This is unrelated to Nextcloud.

EDIT: Just saw that dietpi-letsencrypt still has a toggle for this. Removed for upcoming release: dietpi-letsencrypt: remove deprected OCSP option · MichaIng/DietPi@a76b392 · GitHub

YES

Expiry Date: 2025-12-29 05:41:49+00:00 (VALID: 70 days)

Pls have a look to the comment done by @MichaIng

Thanks. Working now.

After the upgrade nextcloud also breaks. Then I make the upgrade nextcloud_old. re-download the same version. Get it up and running. Up until version nextcloud-30.0.16