-
Notifications
You must be signed in to change notification settings - Fork 100
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
Error 'bad record mac' starting websockex (Erlang >20 SSL Issue) #48
Comments
This is actually an issue with SSL negotiation. I don't know if it's a problem with something I'm doing though. Could you see which version of Erlang and OpenSSL you are using? |
Thanks for a quick response, Info's below:
|
ok... seems something different with ssl library in erlang 20 or a bug. I switch to erlang 19.3 and it worked:
|
I really want to say that's surprising, but I can't. I honestly don't know how Erlang's SSL library works and trying to figure it out may be the death of me. I don't think I'm going to spend much time trying to figure this one out, I don't think my sanity can handle another dive into Erlang SSL at the moment. However, I'm going to leave this open in hopes that some kind soul will come and tell us what is happening here. |
@Azolo while trying to find a resolution for my issues I found this: https://bugs.erlang.org/browse/ERL-538 looks like otp 21 works ? |
Hello,
I'm trying to connect and test the "wss://api.bitfinex.com/ws/2"
Docs: https://bitfinex.readme.io/v2/reference#ws-public-ticker
Code:
Its some limitation in lib or im doing something wrong?
The text was updated successfully, but these errors were encountered: