novena-next / docs

MIT License
13 stars 3 forks source link

upgrade_4_apt.sh failed, due to trouble with certificate chain #21

Closed tingox closed 4 years ago

tingox commented 4 years ago

Upgraded my Novena today (thanks for making this possible). But this script failed:

root@kg-novena:/home/tingo/work/docs/upgrade_scripts# ./upgrade_4_apt.sh
Reading package lists... Done
Building dependency tree      
Reading state information... Done
i2c-tools is already the newest version (4.1-1).
[..]
The following NEW packages will be installed:
  device-tree-compiler u-boot-tools
[..]
The following packages will be REMOVED:
  kosagi-repo
[..]
gpg: directory '/root/.gnupg' created
gpg: keybox '/root/.gnupg/pubring.kbx' created
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key DDC2AFA22D5777A9: public key "Jookia (Novena repo signing key) <contact@jookia.org>" imported
gpg: Total number processed: 1
gpg:               imported: 1
OK
Hit:1 http://security.debian.org buster/updates InRelease
Ign:2 https://novena.jookia.org buster InRelease                                      
Err:3 https://novena.jookia.org buster Release                                       
  Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate.  Could not handshake: Error in the certificate verification. [IP: 107.167.81.90 443]
Hit:4 http://ftp.us.debian.org/debian buster InRelease
Reading package lists... Done       
E: The repository 'https://novena.jookia.org buster 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.

(the "[..]" is just some uninteresting output that I cut out)

Jookia commented 4 years ago

Oops! This should be fixed now.

tingox commented 4 years ago

Confirmed - it works now. Thanks for the swift fix!