Re: [nodejs] How to import a self-signed root cert to npm?

2015-10-19 Thread Aria Stewart
> On Oct 19, 2015, at 11:30 AM, Jirong Hu wrote: > > Our company has WebSense installed and using a self-signed root cert, so all > my SSL requests going out failed. I fixed the issue by importing that cert > into my Java keystore, but how to do this for npm? I suspect the following > error i

[nodejs] How to import a self-signed root cert to npm?

2015-10-19 Thread Jirong Hu
Our company has WebSense installed and using a self-signed root cert, so all my SSL requests going out failed. I fixed the issue by importing that cert into my Java keystore, but how to do this for npm? I suspect the following error is due to this cert. The security dept told me there is no pro