Skip to content

Instantly share code, notes, and snippets.

@martinheidegger
Created December 21, 2012 12:48
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 martinheidegger/70fd2abf55e78724285d to your computer and use it in GitHub Desktop.
Save martinheidegger/70fd2abf55e78724285d to your computer and use it in GitHub Desktop.
Bascule-MH-MBP:~ heideggermartin$ ssh <user>@<myserver>
<user>@<myserver>'s password:
Welcome to Ubuntu 12.10 (GNU/Linux 3.5.0-21-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Fri Dec 21 12:42:18 UTC 2012
System load: 0.02 Processes: 88
Usage of /: 39.6% of 29.52GB Users logged in: 1
Memory usage: 12% IP address for eth0: 10.146.182.163
Swap usage: 0%
Graph this data and manage this system at https://landscape.canonical.com/
Get cloud support with Ubuntu Advantage Cloud Guest
http://www.ubuntu.com/business/services/cloud
Last login: Fri Dec 21 12:14:08 2012 from <myserver>
<user>@<myserver>:~$ exit
logout
Connection to <myserver> closed.
Bascule-MH-MBP:~ heideggermartin$ npm set registry https://<myserver>/npm
Bascule-MH-MBP:~ heideggermartin$ npm install json
npm http GET https://<myserver>/npm/json
npm ERR! Error: SSL Error: DEPTH_ZERO_SELF_SIGNED_CERT
npm ERR! at ClientRequest.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/main.js:525:26)
npm ERR! at ClientRequest.g (events.js:192:14)
npm ERR! at ClientRequest.EventEmitter.emit (events.js:96:17)
npm ERR! at HTTPParser.parserOnIncomingClient [as onIncoming] (http.js:1462:7)
npm ERR! at HTTPParser.parserOnHeadersComplete [as onHeadersComplete] (http.js:111:23)
npm ERR! at CleartextStream.socketOnData [as ondata] (http.js:1367:20)
npm ERR! at CleartextStream.CryptoStream._push (tls.js:526:27)
npm ERR! at SecurePair.cycle (tls.js:880:20)
npm ERR! at EncryptedStream.CryptoStream.write (tls.js:267:13)
npm ERR! at Socket.ondata (stream.js:38:26)
npm ERR! If you need help, you may report this log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>
npm ERR! System Darwin 12.2.1
npm ERR! command "node" "/usr/local/bin/npm" "install" "json"
npm ERR! cwd /Users/heideggermartin/
npm ERR! node -v v0.8.15
npm ERR! npm -v 1.1.66
npm ERR! code ESSL
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/heideggermartin/
npm ERR! not ok code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment