On Thu, Jan 12, 2017 at 5:02 PM, Miroslav Rovis <
[email protected]> wrote:

> On 170111-22:57-0500, Walter Dnes wrote:
> >   I'm trying to pull down a text file with a script.  A web browser works
> > fine, but wget dies as follows...
> >
> At first I thought I had the same issue (will tell why further below).
> But I didn't have an issue with this download:
>
> > wget 'https://data.giss.nasa.gov/gistemp/tabledata_v3/GLB.Ts+dSST.txt'
> >
> > Resolving data.giss.nasa.gov... 128.183.4.33
> > Connecting to data.giss.nasa.gov|128.183.4.33|:443... connected.
> > OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert
> > handshake failure
> > Unable to establish SSL connection.
>

Works ok here (~amd64) with the following versions/flags;

$ emerge -pv wget openssl
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild   R    ] dev-libs/openssl-1.0.2j::gentoo  USE="asm sslv3
tls-heartbeat zlib -bindist -gmp -kerberos -rfc3779 -sctp -sslv2
-static-libs {-test} -vanilla" ABI_X86="(64) -32 (-x32)"
CPU_FLAGS_X86="(sse2)" 0 KiB
[ebuild   R    ] net-misc/wget-1.18::gentoo  USE="ipv6 nls pcre ssl zlib
-debug -gnutls -idn -libressl -ntlm -static {-test} -uuid" 0 KiB

$ wget -S https://data.giss.nasa.gov/gistemp/tabledata_v3/GLB.Ts+dSST.txt
--2017-01-12 19:17:35--
https://data.giss.nasa.gov/gistemp/tabledata_v3/GLB.Ts+dSST.txt
Resolving data.giss.nasa.gov... 128.183.4.33
Connecting to data.giss.nasa.gov|128.183.4.33|:443... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Date: Thu, 12 Jan 2017 08:14:44 GMT
  Server: Apache
  X-Frame-Options: SAMEORIGIN
  Strict-Transport-Security: max-age=31536000
  Last-Modified: Thu, 15 Dec 2016 15:17:59 GMT
  ETag: "3e0b-543b3f56817c0"
  Accept-Ranges: bytes
  Content-Length: 15883
  Keep-Alive: timeout=10, max=100
  Connection: Keep-Alive
  Content-Type: text/plain
Length: 15883 (16K) [text/plain]
Saving to: ‘GLB.Ts+dSST.txt’

GLB.Ts+dSST.txt                           100%[=================>]  15.51K
10.3KB/s    in 1.5s

2017-01-12 19:17:48 (10.3 KB/s) - ‘GLB.Ts+dSST.txt’ saved [15883/15883]

$ md5sum GLB.Ts+dSST.txt
54b278d0762cd3cd63085f7c544efb6c  GLB.Ts+dSST.txt

Reply via email to