Re: [nodejs] Re: NodeJS with ECDHE ECC Certificate

2016-04-26 Thread Eugene Williams
[SOLVED] Sometimes the shortest responses are the most profound. Thanks to everyone who contributed. Ben, you saved my sanity, my hours, in some ways my life. Although I'd upgraded nodejs to version 5.10 under the current user (AWS ec2-user), this latest version was installed to /usr/local/bin/

[nodejs] [ann] bookshelf-paranoia

2016-04-26 Thread Alan Hoffmeister
Hello folks, me and my team opensourced this bookshelf plugin to handle logical exclusions in the database. Any feedback is appreciated. https://github.com/estate/bookshelf-paranoia -- Alan Hoffmeister https://twitter.com/alan_hoff https://github.com/alanhoff https://keybase.io/alanhoff -- Job

Re: [nodejs] Using UTF-8-Validate

2016-04-26 Thread Bryon Trott
Yes, that helped. The function now works. On Monday, April 25, 2016 at 4:24:02 PM UTC-7, Matt Sergeant wrote: > > I downloaded it myself and dug into it. Seems the require line needs to be: > > var isValid = require('utf-8-validate').Validation.isValidUTF8; > > Hope that helps. > > On Mon, Ap

[nodejs] Delay a Node Stream Transform process

2016-04-26 Thread Kayode Odeyemi
Hi, I'm streaming data using the following data flow: Source(Database) -> Transform (An HTTP request) -> Sink(Database) Obviously the HTTP request task is a blocking task. At the moment, it seems the Source is faster than the Transform process. How do I make the Transform process delay or bette

[nodejs] Newbee question: parse and change an URL string

2016-04-26 Thread Christophe HOARAU
Hi, I wanted to use Url (https://nodejs.org/api/url.html) in order to parse a string url and then be able to change/add some query parameters. But when I try to change my URL object with url.query.myParam = "maValue" and then when I'm using Url.format I don't have my new parameter. I have seen

[nodejs] Re: NodeJS with ECDHE ECC Certificate

2016-04-26 Thread johnny somethingerman
Did you also update the -ciphers option in your openssl s_client command? -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You recei

Re: [nodejs] Re: NodeJS with ECDHE ECC Certificate

2016-04-26 Thread Ben Noordhuis
On Mon, Apr 25, 2016 at 11:34 AM, Eugene Williams wrote: > Thanks again for the suggestion Johnny. > > I updated the server configuration with the new cipher suite. The final > setup is: > > var ciphersall = > 'ECDHE-ECDSA-RC4-SHA:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA