-
-
Notifications
You must be signed in to change notification settings - Fork 384
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
Invalid mac #535
Comments
Meanwhile I have tried it again by upgrading to the newest crate version and using the "openssl" feature: I installed OpenSSL on Windows like this:
I can compile it but unfortunately I'm still getting the same error when trying to open a data channel. |
@brookman this is fixed by 4e09f92. I'm not sure why the code was changed at 0.9.0 and I'm trying to understand @ #557 (comment) |
@edaniels Thanks for the update. Using the newly released version |
Hi. Thanks for providing this awesome crate!🦀
I am trying to connect to a device which runs WebRTC (afaik implemented in Python). I can successfully connect but get an error when trying to open a data channel.
Opening a data channel between Flutter and the device works fine.
Logs:
I have tried to force it to use different algorithms than TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA but without success.
Btw. I'm on Windows and use no features like "openssl" or "vendored-openssl".
The text was updated successfully, but these errors were encountered: