View Issue Details

IDProjectCategoryView StatusLast Update
0004921SOGoPackaging (Debian)public2020-01-06 16:08
Reportercastris Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status newResolutionopen 
Platform[Server] LinuxOSUbuntuOS Version16.04 LTS
Product Versionnightly v2 
Summary0004921: Error using nightly SOGo versions on Ubuntu 18.04
Description

Hi

Your manual https://sogo.nu/support/faq/how-to-install-nightly-sogo-versions-on-ubuntu.html

Try iwth user or root. Same problem.

Sogo break my apt for updates because erro with certificate

Steps To Reproduce

Error

apt-key adv --keyserver keys.gnupg.net --recv-key 0x810273C4
Executing: /tmp/apt-key-gpghome.vNjPots2Zt/gpg.1.sh --keyserver keys.gnupg.net --recv-key 0x810273C4
gpg: key 19CDA6A9810273C4: "Inverse Support (package signing) <support@inverse.ca>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
root@albarid:~# apt-get update
Hit:1 http://archive.canonical.com/ubuntu bionic InRelease
Hit:2 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease
Hit:3 http://es.archive.ubuntu.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
Ign:6 https://packages.inverse.ca/SOGo/nightly/4/ubuntu bionic InRelease
Hit:7 http://es.archive.ubuntu.com/ubuntu bionic-security InRelease
Hit:8 http://mariadb.mirror.liquidtelecom.com/repo/10.3/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' no longer has 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.

TagsNo tags attached.

Activities

francis

francis

2020-01-06 15:12

administrator   ~0014023

Have you tried installing ca-certificates?

castris

castris

2020-01-06 16:08

reporter   ~0014024

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.

Issue History

Date Modified Username Field Change
2020-01-06 09:43 castris New Issue
2020-01-06 15:12 francis Note Added: 0014023
2020-01-06 16:08 castris Note Added: 0014024