I want to download the following webpage from the command line: https://lccn.loc.gov/
But this page uses an old version of TLS (v1.0 according to Google Chome security tab), and neither curl
not wget
can download it. They return these errors (respectively):
curl: (35) error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol
OpenSSL: error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol
Unable to establish SSL connection.
How can I download this webpage from the command line?