Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Riak security part doesn't work #93

Open
AndreasMadsen opened this issue Feb 20, 2015 · 0 comments
Open

Riak security part doesn't work #93

AndreasMadsen opened this issue Feb 20, 2015 · 0 comments

Comments

@AndreasMadsen
Copy link

I couldn't get you security part to work, so I tried to run the test script security.js. It appear that the callback on client.ping never is called, even though the test passes.

var client = RiakPBC.createClient({ auth: { user: 'riak', password: 'testing' } });
client.ping(function (err) {
  expect(err).to.not.exist;
  done();
});

I have tried debugging this and found that the callback in tls.connect is never called. Why I don't know, but I assume it is a protocol error. I tried finding documentation for the Riak handshake protocol but couldn't find any.

  • Do you know what the problem is?
  • Where do I find the documentation for the Riak handshake protocol?

Thanks, hope you can help.

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

No branches or pull requests

1 participant