Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

I am behind a proxy that uses self-signed SSL certificates and requests should work #293

Closed
deployable opened this issue Feb 8, 2015 · 1 comment

Comments

@deployable
Copy link

I have a custom certificate that does work for all other npm operations but the phantomjs download hits the documented error message. I saw the note in the readme about turning off ssl verification but that's not really a valid fix.

npm supports a custom CA file so the phantom installer should be able to as well.

$ cat ~/.npmrc
cafile=/path/to/blah.pem

Add support for passing cafile through to request

@nicks
Copy link
Contributor

nicks commented Feb 9, 2015

this should be fixed in #296

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants