Raspbian buster repo not longer has a release file
Posted: 31 May 2020 14:39
I executed `sudo apt-get update` today and received the following error:
this is the sources.list.d:
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?
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.
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
Any suggestions?