If you're looking for a way to add trusted CAs, please, check this comment: https://github.com/isaacs/npm/issues/1204#issuecomment-1696578
"Certificate checking is planned, but is not implemented yet. The plan is to present the cert data to the user the first time it is encountered, and then abort if it's ever different. (That is, ssh-style, rather than trusted CA-style.)" It was actually planned a while ago, but it's probably abandoned now. It would solve your issue quite nicely, so I'd be happy if you go that way. On Saturday, November 16, 2013 5:09:06 PM UTC+4, Maciej Małecki wrote: > > Nuno, working on it. I created an authority yesterday. Problem is: I don't > want people to be using strict-ssl false, so we need a way for users to add > trusted CAs easily (like `npm config push ca npmjs.eu.crt` or whatever). > > Mariusz, the mirror is constantly kept up to date thanks to continuous > CouchDB replication. And yes, ideally, that should be the case. I invite > you to try it out and report back :-). > > > On Sat, Nov 16, 2013 at 9:40 AM, Mariusz Nowak > <[email protected]<javascript:> > > wrote: > >> Maciej, and how up to date is European mirror. If I publish new package >> or new version of a package, can it be right away installed via mirror? >> >> >> On Friday, November 15, 2013 6:03:21 PM UTC+1, Maciej Małecki wrote: >> >>> All! >>> >>> Today I finished setting up the European npm mirror. It is now available >>> at http://npmjs.eu, the actual registry is at http://registry.npmjs.eu. >>> >>> The server is based in Germany, so it should be a *lot* faster if you >>> are based in Europe (maybe even some parts of Asia?). The website shows a >>> comparison of installing `forever` from Amsterdam, check it out if you're >>> interested in details. >>> >>> You're welcome to replicate from this registry if you want to clone it >>> locally. Instructions on how to do it are on the website. >>> >>> Feel free to reach out to me individually with any questions (email or >>> @npmjseu/@maciejmalecki). I hope you'll like it! >>> >>> Cheers! >>> -- Maciej Malecki >>> >> -- >> -- >> Job Board: http://jobs.nodejs.org/ >> Posting guidelines: >> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> You received this message because you are subscribed to the Google >> Groups "nodejs" group. >> To post to this group, send email to [email protected]<javascript:> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> For more options, visit this group at >> http://groups.google.com/group/nodejs?hl=en?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "nodejs" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
