Can't download InfluxDB for Windows - handshake failure

Hi.

I tried to download InfluxDB for Windows following Downloads, but I’m not able to establish SSL connection:

C:\Windows\system32>wget https://dl.influxdata.com/influxdb/releases/influxdb-1.3.7_windows_amd64.zip
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = C:\Program Files (x86)\GnuWin32/etc/wgetrc
--2017-11-07 10:32:07--  https://dl.influxdata.com/influxdb/releases/influxdb-1.3.7_windows_amd64.zip
Resolving dl.influxdata.com... 52.85.183.205, 52.85.183.102, 52.85.183.86, ...
Connecting to dl.influxdata.com|52.85.183.205|:443... connected.
OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
Unable to establish SSL connection.

Any idea how to fix this?

Thanks!
Špela

I think the openssl version used by your copy of wget might be out of date, try updating wget to the latest version.

It worked.

Thanks a lot!