Impossibilité d'installer des applications

The Basics

  • Nextcloud Server version (e.g., 29.x.x):
    • repl32.0.5
  • Operating system and version (e.g., Ubuntu 24.04):
    • debian 13
  • Web server and version (e.g, Apache 2.4.25):
    • 2.4.66
  • PHP version (e.g, 8.3):slight_smile:
  • 8.4
  • Is this the first time you’ve seen this error? (Yes / No):
    • no - started on last weekend suddenly
  • When did this problem seem to first start?
    • I believe saturday afternoon
  • Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
    • using VirtualMin
  • Are you using CloudfIare, mod_security, or similar? (Yes / No)
    • No

Summary of the issue you are facing:

[When trying to add an application to my nextcloud instance I get the following error message (same message regardless of application)

Une erreur est survenue pendant la demande. Impossible de poursuivre.
cURL error 60: SSL certificate problem: certificate has expired (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://github.com/nextcloud-releases/calendar/releases/download/v6.2.0/calendar-v6.2.0.tar.gz

Steps to replicate it (hint: details matter!):

Log entries

Nextcloud

Please provide the log entries from your Nextcloud log that are generated during the time of problem (via the Copy raw option from Administration settings->Logging screen or from your nextcloud.log located in your data directory). Feel free to use a pastebin/gist service if necessary.

[settings] Erreur: could not enable apps POST /index.php/settings/apps/enable de 109.190.122.207 par laramcom à 10 févr. 2026, 10:26:24

Web Browser

If the problem is related to the Web interface, open your browser inspector Console and Network tabs while refreshing (reloading) and reproducing the problem. Provide any relevant output/errors here that appear.

PASTE

Web server / Reverse Proxy

The output of your Apache/nginx/system log in /var/log/____:

PASTE HERE

Configuration

Nextcloud

The output of occ config:list system or similar is best, but, if not possible, the contents of your config.php file from /path/to/nextcloud is fine (make sure to remove any identifiable information!):

<?php
$CONFIG = array (
  'instanceid' => 'oc***REDACTED***',
  'passwordsalt' => '***REDACTED***',
  'secret' => '***REDACTED***',
  'trusted_domains' => 
  array (
    0 => '***REDACTED***.com',
  ),
  'datadirectory' => '/home/uxsdev/public_html/data',
  'dbtype' => 'mysql',
  'version' => '32.0.5.0',
  'overwrite.cli.url' => 'https://***REDACTED***.com',
  'dbname' => '***REDACTED***',
  'dbhost' => 'localhost',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => '***REDACTED***',
  'dbpassword' => '***REDACTED***',
  'installed' => true,
);

This was a problem linked to my provider OVH in France which reroutes IP6 traffic. Disabling IP6 on my server solved the problem for the time being. I opened a ticked with OVH - waiting for their answers

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.