Hi everyone,
I had successfully installed the entire Chirpstack on Raspbian OS, Debian and Win10 with no major issues. Currently I try to do the same on a Ubuntu 20.04.3 LTS (GNU/Linux 5.4.0-88-generic x86_64). I followed the instructions and discovered the following behavior:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 1CE2AFD36DBCCA00
Executing: /tmp/apt-key-gpghome.uByMYQBhy3/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 1CE2AFD36DBCCA00
gpg: key 1CE2AFD36DBCCA00: public key āOrne Brocaar info@brocaar.comā imported
gpg: Total number processed: 1
gpg: imported: 1
Nothing curious from my point of view. Next step:
sudo echo ādeb hhttps://artifacts.chirpstack.io/packages/3.x/deb stable mainā | sudo tee /etc/apt/sources.list.d/chirpstack.list
deb hhttps://artifacts.chirpstack.io/packages/3.x/deb stable main
Looks good to me too, next step:
sudo apt update
Hit:1 hhttp://ch.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 hhttp://ch.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 hhttp://ch.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:4 hhttp://ch.archive.ubuntu.com/ubuntu focal-security InRelease
Ign:5 hhttps://artifacts.chirpstack.io/packages/3.x/deb stable InRelease
Err:6 hhttps://artifacts.chirpstack.io/packages/3.x/deb stable Release
Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification. [IP: 188.166.134.65 443]
Reading package lists⦠Done
E: The repository āhhttps://artifacts.chirpstack.io/packages/3.x/deb stable 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 Error message is pretty clear; but I have no idea how to solve it. Therefore, any help would be pretty much appreciated.
Best regards
Thomas
PS: Pls consider all hhttp as http, since I was only allowed to have to links added. Sry.