npm / abbrev-js

Like ruby's Abbrev module
Other
164 stars 30 forks source link

SSL Error #2

Closed sknutti closed 13 years ago

sknutti commented 13 years ago

I'm getting an ssl error while trying to build npm on cygwin and it is dying on this project.. is there a way around this problem?

venriq commented 13 years ago

I'm getting the following ssl error while trying to build npm on cygwin:

Cloning into node_modules/abbrev... error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://github.com/isa acs/abbrev-js.git/info/refs

RKelln commented 12 years ago

For those that might find this issue from google, there are a variety of solutions here: http://stackoverflow.com/questions/3777075/https-github-access The simplest solution for me was to use git clone https://... instead of git clone git://...

venriq commented 12 years ago

Cool, thanks Ryan.

Sent from my iPhone

On Nov 16, 2011, at 4:57 PM, Ryan Kelln reply@reply.github.com wrote:

For those that might find this issue from google, there are a variety of solutions here: http://stackoverflow.com/questions/3777075/https-github-access


Reply to this email directly or view it on GitHub: https://github.com/isaacs/abbrev-js/issues/2#issuecomment-2768635