New website broke the installer

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
ghulands
Posts: 16
Joined: 19 Nov 2016 02:20

New website broke the installer

Post 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.
Antti
Posts: 16
Joined: 14 Oct 2014 00:06

Re: New website broke the installer

Post 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
rong
Posts: 7
Joined: 24 Feb 2018 04:20

Re: New website broke the installer

Post 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!
rong
Posts: 7
Joined: 24 Feb 2018 04:20

Re: New website broke the installer

Post 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.
User avatar
aLiEnHeAd
Posts: 136
Joined: 02 Feb 2017 15:09

Re: New website broke the installer

Post by aLiEnHeAd »

You could try to add "--no-check-certificate" to your wget command.
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: New website broke the installer

Post by PoltoS »

Somehow apache restart healed the problem. Now should work fine
rong
Posts: 7
Joined: 24 Feb 2018 04:20

Re: New website broke the installer

Post by rong »

Working now. Thank you.
alan23
Posts: 1
Joined: 26 Feb 2018 05:20

Re: New website broke the installer

Post by alan23 »

It worked for me .. thank you ..
Post Reply