-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
2.6.2: DTLS failed #257
Comments
Confirmed that it does not happen with the previous OpenSSL.
|
Are you going to downgrade openssl or should we downgrade mediasoup? |
mediasoup 2.6.3 has been released right now with previous OpenSSL 1.1.0h 27 Mar 2018. |
I just reproduce the issue in Consumers, this is, when Chrome connects a WebRTC transport to receive media. In that case, it seems that This is important because this means that it just fails when OpenSSL behaves as DTLS server. |
So IMPORTANT: It just fails when mediasoup acts as DTLS server. Much better logs here (with extra logs).
|
Issue reported in OpenSSL project: openssl/openssl#7998 |
2.6.4 released with latest version of OpenSSL 1.1.0j 20 Nov 2018 plus commit 0b885cf that avoids the issue reported here. We'll keep this issue open until we have a definitive explanation or solution. |
OK, let's close it since the solution done in 0b885cf seems to work and may even make sense. |
Confirmed that this is due to a regression in OpenSSL. Let's track it: |
Bug Report
Issue description
It seems that DTLS fails randomly:
It may be due the OpenSSL upgrade.
The text was updated successfully, but these errors were encountered: