Hello,
I’m having a very stubborn issue updating the apps on my NC 19.09 install. I’m running Ubuntu 18.04. And no matter the method I use, I cannot update, or install any apps. I’ve tried using the admin area and I’ve also tried using the occ command: sudo -u www-data php occ app:update --all.
Here’s an excerpt of the nextcloud.log:
Exception":“GuzzleHttp\Exception\RequestException”,“Message”:"cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
Since the error is related to cURL not being able to get the local issuer certificate, I also modified the php.ini file by pointing it at a hard-coded location on the server, curl.cainfo = “/etc/ssl/certs/cacert.pem” The cacert.pem file was just downloaded from curl - Extract CA Certs from Mozilla, so I know it’s up to date. (I tried a .crt file as well, with no luck) I also know that I’m editing the correct php.ini file, because I ran the following command to confirm: php -i | grep “Loaded Configuration File”
The server has a valid TLS certificate, issued by Digicert.
I thought that maybe cURL was corrupted or something, so I reinstalled that as well, but again, no luck. Any ideas?
Thank you very much in advance!!
Mark