Commit 6745c64a by Johannes Zellner

do not blindly allow self-signed certs

1 parent 9b7a26fc
Showing with 0 additions and 3 deletions
......@@ -5,9 +5,6 @@
var program = require('commander'),
actions = require('./actions');
// Allow self signed certs!
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
program.version('0.1.0');
program.command('login <url>')
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!