Page 1 of 2

upgrade from 3.0.4 to 3.0.6

Posted: 30 May 2020 19:54
by cbnidk
Hi
I can't upgrade from 3.0.4 to 3.0.6 when I run
wget -q -O - https://storage.z-wave.me/RaspbianInstall | sudo bash
nothing happens and I have also tried from the web to upgrade it is the same

cb

Re: upgrade from 3.0.4 to 3.0.6

Posted: 30 May 2020 20:19
by cbnidk
Hi
I have found out that I can't connect to https://storage.z-wave.me/RaspbianInstall

but if I connect to an other ssl site it works

root@raspberrypi:/# apt update
Hit:1 http://raspbian.raspberrypi.org/raspbian stretch InRelease
Hit:2 http://archive.raspberrypi.org/debian stretch InRelease
Ign:3 https://repo.z-wave.me/z-way/raspbian stretch InRelease
Err:4 https://repo.z-wave.me/z-way/raspbian stretch Release
server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
Reading package lists... Done
E: The repository 'https://repo.z-wave.me/z-way/raspbian stretch Release' does no longer 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.

cb

Re: upgrade from 3.0.4 to 3.0.6

Posted: 30 May 2020 23:18
by PoltoS
Hm... Looks like your system do not accept our SSL. We will update the SSL to fix such a problem

Re: upgrade from 3.0.4 to 3.0.6

Posted: 31 May 2020 08:17
by nkraus
I do have the same problem.
Norbert

Re: upgrade from 3.0.4 to 3.0.6

Posted: 31 May 2020 13:49
by Zixwater
PoltoS wrote:
30 May 2020 23:18
Hm... Looks like your system do not accept our SSL. We will update the SSL to fix such a problem
I think your SSL certificates has expired
pi@raspberrypi:~ $ wget https://storage.z-wave.me/z-way-server/ ... _armhf.deb
--2020-05-31 12:47:00-- https://storage.z-wave.me/z-way-server/ ... _armhf.deb
Resolving storage.z-wave.me (storage.z-wave.me)... 46.20.244.36
Connecting to storage.z-wave.me (storage.z-wave.me)|46.20.244.36|:443... connected.
ERROR: The certificate of ‘storage.z-wave.me’ is not trusted.
ERROR: The certificate of ‘storage.z-wave.me’ has expired.

Information about my (new) system(installed from pre-installed image from z-way.me):

Code: Select all

pi@raspberrypi:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
pi@raspberrypi:~ $ openssl version
OpenSSL 1.1.1d  10 Sep 2019
pi@raspberrypi:~ $
openssl s_client can only get corret certificate from z-way.met:443 but not from the wildcard subdomains and Chrome is also complaining about insecurity when visiting https://storage.z-wave.me/z-way-server/

Re: upgrade from 3.0.4 to 3.0.6

Posted: 31 May 2020 13:52
by timb
I am having the same problem - I cannot install
Bit of a shame, my SD card blew up and I now dont have a working system
PLease help!

Re: upgrade from 3.0.4 to 3.0.6

Posted: 31 May 2020 14:23
by Zixwater
timb wrote:
31 May 2020 13:52
I am having the same problem - I cannot install
Bit of a shame, my SD card blew up and I now dont have a working system
PLease help!
Depending on your level of expertise you can ignore the ssl certificate and download the latest deb package:

Code: Select all

cd /tmp && wget --no-check-certificate https://storage.z-wave.me/z-way-server/z-way-3.0.6_armhf.deb && sudo dpkg -i z-way-3.0.6_armhf.deb
I cannot answer how your system is installed or problems you might run into =)

Re: upgrade from 3.0.4 to 3.0.6

Posted: 31 May 2020 16:16
by timb
i can get the install script, but the /opt directory is locked down with permissions that I dont know how to get around.
I did get the install script and tried running it, but it didnt complete successfully.

I can try your method, but i am out of my depth there.

Re: upgrade from 3.0.4 to 3.0.6

Posted: 01 Jun 2020 00:56
by PoltoS
@timb Install it under root

Re: upgrade from 3.0.4 to 3.0.6

Posted: 01 Jun 2020 00:56
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