Disable certificate validation?

When sitting behind a corporate proxy that is using a self issued certificate, updating Meteor and downloading packages will fail.

While downloading blaze@2.3.2...:
error: unable to verify the first certificate

Is there a way to disable certificate validation for Meteor?

It is possible for npm using strict-ssl
npm config set strict-ssl false

Does this help?