Install z-way on ubuntu 20 - ssl error
-
Hi,
when I install ubuntu 20 and try to install z-way with this:
sudo wget -c https://storage.z-wave.me/z-way-server/z-way-server-Ubuntu-v3.0.6.tgz -O - | sudo tar -xz -C /opt/z-way-serveror
sudo wget -c https://storage.z-wave.me/z-way-server/z-way-server-Ubuntu-v3.0.6.tgz --no-check-certificate -O - | sudo tar -xz -C /opt/z-way-server
I get:
--2020-05-10 08:13:33-- https://storage.z-wave.me/z-way-server/z-way-server-Ubuntu-v3.0.6.tgz
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.
OpenSSL: error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol
Unable to establish SSL connection.gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting nowIt seems the z-wave.me sit is using older ssl and ubuntu is not allowing me to use it... how can I overcome this?
-
nevermind, i skipped the "s"
sudo wget --no-check-certificate -c http://storage.z-wave.me/z-way-server/z-way-server-Ubuntu-v3.0.6.tgz --no-check-certificate -O - | sudo tar -xz -C /opt/z-way-server