Skip to content

Instantly share code, notes, and snippets.

@courington
Last active February 4, 2016 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save courington/2dc9822c6f1856bb8252 to your computer and use it in GitHub Desktop.
Save courington/2dc9822c6f1856bb8252 to your computer and use it in GitHub Desktop.
failed curl install of Node via NVM
---failed NVM call to curl NodeJS---
us165446: tcourington16$ nvm install v4
Downloading https://nodejs.org/dist/v4.2.6/node-v4.2.6-darwin-x64.tar.gz...
############################################ 61.6%
curl: (56) SSLRead() return error -9806
Binary download failed, trying source.
############################################# 63.7%
curl: (56) SSLRead() return error -9806
Binary download failed, trying source.
Installing node v1.0 and greater from source is not currently supported
---dig NodeJS endpoint---
us165446: tcourington16$ dig https://nodejs.org
; <<>> DiG 9.8.3-P1 <<>> https://nodejs.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 50959
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;https://nodejs.org. IN A
;; AUTHORITY SECTION:
org. 300 IN SOA a0.org.afilias-nst.info. noc.afilias-nst.info. 2011855952 1800 900 604800 86400
;; Query time: 93 msec
;; SERVER: 10.236.128.10#53(10.236.128.10)
;; WHEN: Thu Feb 4 13:03:22 2016
;; MSG SIZE rcvd: 99
---USING wget---
us165446: tcourington16$ wget https://nodejs.org/dist/v4.2.6/node-v4.2.6-darwin-x64.tar.gz
--2016-02-04 13:04:19-- https://nodejs.org/dist/v4.2.6/node-v4.2.6-darwin-x64.tar.gz
Resolving nodejs.org... 104.20.22.46, 104.20.23.46, 2400:cb00:2048:1::6814:162e, ...
Connecting to nodejs.org|104.20.22.46|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9834037 (9.4M) [application/gzip]
Saving to: 'node-v4.2.6-darwin-x64.tar.gz'
node-v4.2.6-darwin-x64.tar.gz 62%[====================================================> ] 5.83M 274KB/s in 21s
2016-02-04 13:04:40 (288 KB/s) - Connection closed at byte 6110319. Retrying.
--2016-02-04 13:04:41-- (try: 2) https://nodejs.org/dist/v4.2.6/node-v4.2.6-darwin-x64.tar.gz
Connecting to nodejs.org|104.20.22.46|:443... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 9834037 (9.4M), 3723718 (3.6M) remaining [application/gzip]
Saving to: 'node-v4.2.6-darwin-x64.tar.gz'
node-v4.2.6-darwin-x64.tar.gz 100%[+++++++++++++++++++++++++++++++++++++++++++++++++++++================================>] 9.38M 949KB/s in 4.0s
2016-02-04 13:04:46 (918 KB/s) - 'node-v4.2.6-darwin-x64.tar.gz' saved [9834037/9834037]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment