Raspbian buster repo not longer has a release file

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
atharvai
Posts: 1
Joined: 31 May 2020 14:33

Raspbian buster repo not longer has a release file

Post by atharvai »

I executed `sudo apt-get update` today and received the following error:

Code: Select all

pi@raspberrypi:~ $ sudo apt-get update
Ign:1 https://repo.z-wave.me/z-way/raspbian buster InRelease
Err:2 https://repo.z-wave.me/z-way/raspbian 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: 185.25.224.239 443]
Hit:3 http://raspbian.raspberrypi.org/raspbian buster InRelease
Hit:4 http://archive.raspberrypi.org/debian buster InRelease
Reading package lists... Done
E: The repository 'https://repo.z-wave.me/z-way/raspbian buster 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.
this is the sources.list.d:

Code: Select all

pi@raspberrypi:~ $ cat /etc/apt/sources.list.d/z-wave-me.list
deb https://repo.z-wave.me/z-way/raspbian buster main
If I comment this then apt-get proceeds with other repositories. I would like to get this resolved incase there are updates to z-wave.me.

Any suggestions?
User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

Re: Raspbian buster repo not longer has a release file

Post by PoltoS »

This is a new global problem with root SSL certificates. One of them expired yesterday morning. We are investigating this, but I hope Raspbian will provide a fix soon.


https://www.opennet.ru/opennews/art.shtml?num=53061
https://news.ycombinator.com/item?id=23362759
Post Reply