[HELP] cURL error 77: error setting certificate verify locations
Trying to setup nextcloud in a docker container. Post seemingly successful login setup, I am facing the below issue when I try to install some applications in the installation.

Have tried looking aroung in nextcloud discussion forums and related stack-overflow, but couldn't find a clear solution to mitigate the problem, hence putting it up here.
If anyone can help me with a solution or some resource that addresses the issue, it would be really kind.
If it helps, when I restarted my container, I can no longer see the names of the apps.
Hi @boi-doingthings - Unfortunately it's hard to help without more info:
- What version of Nextcloud Server?
- Please post your Docker Compose file
- The output of
ls -l /var/www/data/files_external/rootcerts.crtfrom your app container - Confirm have outbound connectivity from within the app container
A long time ago there was a bug that could create this situation (in NC Server; not as a result of the Docker image):
https://github.com/nextcloud/server/issues?q=is%3Aissue+%22error+setting+certificate%22+is%3Aclosed
My best guess is this is a config matter (Compose file/run command, data volumes mixed up, permissions on bind directories, or similar). Particularly if the app names disappeared after restarting.
Without a way to reproduce this issue that suggests it's a bug, I'm going to close this. Please post some of that information on the Nextcloud Help Forum - https://help.nextcloud.com - to get some analysis of your configuration if you're still having this issue.