Hi.
ca-certificates are installed in system.
apt-get install ca-certificates -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
ca-certificates is already the newest version (20180409).
Try resintall
root@albarid:~# apt-get --reinstall install ca-certificates -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 151 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://es.archive.ubuntu.com/ubuntu bionic/main amd64 ca-certificates all 20180409 [151 kB]
Fetched 151 kB in 0s (320 kB/s)
Preconfiguring packages ...
(Reading database ... 104647 files and directories currently installed.)
Preparing to unpack .../ca-certificates_20180409_all.deb ...
Unpacking ca-certificates (20180409) over (20180409) ...
Setting up ca-certificates (20180409) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for ca-certificates (20180409) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
root@albarid:~# apt update && apt upgrade
Hit:1 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease
Hit:2 http://es.archive.ubuntu.com/ubuntu bionic InRelease
Hit:3 http://archive.canonical.com/ubuntu bionic InRelease
Hit:4 http://es.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:5 http://es.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:6 http://es.archive.ubuntu.com/ubuntu bionic-security InRelease
Hit:7 http://mariadb.mirror.liquidtelecom.com/repo/10.3/ubuntu bionic InRelease
Ign:8 https://packages.inverse.ca/SOGo/nightly/4/ubuntu bionic InRelease
Err:9 https://packages.inverse.ca/SOGo/nightly/4/ubuntu bionic Release
Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification. [IP: 192.95.20.194 443]
Reading package lists... Done
W: https://packages.inverse.ca/SOGo/nightly/4/ubuntu/dists/bionic/InRelease: No system certificates available. Try installing ca-certificates.
W: https://packages.inverse.ca/SOGo/nightly/4/ubuntu/dists/bionic/Release: No system certificates available. Try installing ca-certificates.
E: The repository 'https://packages.inverse.ca/SOGo/nightly/4/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details. |