Problem with the SSL CA cert (path? access rights?)
If you encounter the error message in the title on Ubuntu / Debian, it means your ca-certs are outdated / corrupted.
The fix is to upgrade your ca-certs.
sudo apt-get update && sudo apt install -y ca-certificates













