-
Notifications
You must be signed in to change notification settings - Fork 189
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
Problem of erlang version when riak-erlang-client connect to riak server with security enabled [JIRA: CLIENTS-564] #232
Comments
I have done some investigation since I have run into the same issue with the Python client. It appears that only a subset of ciphers can be used. I used the |
SSL settings:
I ran
See the "Configuration of TLS and Ciphers" section on this page for configuring ciphers. |
Searching google for |
After providing a list of R16-supported ciphers to
|
@paulgray - thank you for the update. |
Hi, I'm having the same problem. Trying @paulgray 's solution is giving me another error though:
Any suggestions? I'm trying to connect from Erlang/OTP 19 [erts-8.2] by the way |
@sandergarretsen - check out the
I searched online for that error, and came up with this thread. Could you provide the output of Also, in your configuration, why do you have |
Hi @lukebakken, Thanks for your quick response.
This is the output on the machine running the client... does it help to also output above command on the riak-node?
To be very honest... I don't really know :s. This was configured quite a while ago by someone who left the team... |
Can you please re-configure your nodes with these settings, re-start, and see if the issue persists?
|
Hello,
Currently, I used riak-erlang-client library to communicate riak server which is in Security enabled mode.
It worked well with erlang version of R15B03, R16B02
But this error will happend when I use Erlang version of 17.x
"exception error: no match of right hand side value {error,{tcp,closed}}"
I traced on server, I found this log: "
2015-09-01 16:27:44.859 [error] <0.1455.0> gen_fsm <0.1455.0> in state hello terminated with reason: no function clause matching tls_v1:enum_to_oid(28) line 404
"
Anyone can help me ?
Thanks :)
The text was updated successfully, but these errors were encountered: