Raitis Misa <raitis.m...@gmail.com> writes:
> I'm trying to download APOD with line - wget.exe -x -r -k -E -nc -e 
> robots=off --page-requisites --tries=2 --level=2 --timeout=20 
> --user-agent="Mozilla 1.5" --secure-protocol=TLSv1 
> --no-check-certificate http://apod.nasa.gov/apod/archivepix.html
>
> other --secure-protocol= options gives the same result as well as not 
> using --no-check-certificate .
>
> GNU Wget 1.11.4
> Microsoft Windows [Version 10.0.10586]

You have not told us what the results were and any error messages that
were output.

When I execute the similar command line (on Linux), I get this error:

    Connecting to apod.nasa.gov (apod.nasa.gov)|2001:4d0:2310:150::22|:443... 
connected.
    OpenSSL: error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake 
failure
    Unable to establish SSL connection.

If I leave off the --secure-protocol option, it works.  Similarly, if I
specify --secure-protocol=TLSv1_1 or --secure-protocol=TLSv1_2, it
works.  So I suspect that TLSv1 isn't supported by that server.

Dale

Reply via email to