Page 1 of 1
New website broke the installer
Posted: 21 Feb 2018 21:21
by ghulands
razberry.z-wave.me/install gives a 404.
I found it on this server
https://oldrazberry.z-wave.me/install, but the urls in it are broken as well. It also fails the certificate checks.
Can you guys fix this please.
Re: New website broke the installer
Posted: 22 Feb 2018 02:01
by Antti
Our web server moved, so currently updates are a bit broken. We will fix them by Friday. Temporarily you can do it like:
wget -q -O -
http://oldrazberry.z-wave.me/install | sed 's/razberry.z-wave.me/oldrazberry.z-wave.me/g' | sudo bash
Re: New website broke the installer
Posted: 24 Feb 2018 04:27
by rong
My z-way software crashed and hung up during an update. When I tried to re-install I am getting the certificate issues described above. wget stops when the cert check is done. The work around in the previous post did not work. It is Friday. I need this working. Bad certs? come on!
Re: New website broke the installer
Posted: 24 Feb 2018 21:05
by rong
Saturday, still getting
wget -O -
http://razberry.z-wave.me/install | sudo bash
--2018-02-24 13:00:45--
http://razberry.z-wave.me/install
Resolving razberry.z-wave.me (razberry.z-wave.me)... 185.25.224.239
Connecting to razberry.z-wave.me (razberry.z-wave.me)|185.25.224.239|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location:
https://razberry.z-wave.me/install [following]
--2018-02-24 13:00:46--
https://razberry.z-wave.me/install
Connecting to razberry.z-wave.me (razberry.z-wave.me)|185.25.224.239|:443... connected.
ERROR: The certificate of ‘razberry.z-wave.me’ is not trusted.
ERROR: The certificate of ‘razberry.z-wave.me’ hasn't got a known issuer.
Re: New website broke the installer
Posted: 24 Feb 2018 23:38
by aLiEnHeAd
You could try to add "--no-check-certificate" to your wget command.
Re: New website broke the installer
Posted: 25 Feb 2018 05:48
by PoltoS
Somehow apache restart healed the problem. Now should work fine
Re: New website broke the installer
Posted: 25 Feb 2018 19:51
by rong
Working now. Thank you.
Re: New website broke the installer
Posted: 26 Feb 2018 05:22
by alan23
It worked for me .. thank you ..