basho / riak-nodejs-client

The Riak client for Node.js.
Apache License 2.0
72 stars 29 forks source link

READY: Use well-known cipher list #126

Closed lukebakken closed 8 years ago

lukebakken commented 8 years ago

Fixes #104 (CLIENTS-640)

To test:

git clone git://github.com/basho/riak-client-tools
cd riak-client-tools
devrel/setup-dev-cluster -s -p PATH/TO/riak/dev
npm install
grunt security
no function clause matching tls_v1:enum_to_oid(28)
hazen commented 8 years ago

@lukebakken Had some problems setting up the cluster, so here's a tweak: https://github.com/basho/riak-client-tools/pull/2

hazen commented 8 years ago

Works fine, now that I know the secret incantation

hazen commented 8 years ago

:+1: 6aa7bf3