osx - "SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure" when retrieving page through wget -
i'm using mac sierra. although can visit https://momentjs.com/downloads/moment-timezone.js in chrome browser fine, when try , download on command line using "wget", below error
localhost:tmp davea$ wget https://momentjs.com/downloads/moment-timezone.js --2017-08-15 10:45:36-- https://momentjs.com/downloads/moment-timezone.js resolving momentjs.com... 104.24.108.213, 104.24.109.213, 2400:cb00:2048:1::6818:6cd5, ... connecting momentjs.com|104.24.108.213|:443... connected. openssl: error:14077410:ssl routines:ssl23_get_server_hello:sslv3 alert handshake failure unable establish ssl connection. are there adjustments can make wget retrieve web page properly?
Comments
Post a Comment