Closed SergDev87 closed 6 days ago
Set up certificates on the server and client side. But the error remained.
I've just completed some improvements on DTLS certificates and DTLS cipher suite selection in #1201.
The failure in your logs was typical of the case where the client only supported ECDSA. Up until the improvements above this library only supported RSA meaning there was no compatible ciper suite for the DTLS handshake. Should be good now.
Hello community. I'm using sipsorcery to create a WebRTC client that will display a video that is being streamed using aiortc. I have a problem that I can't solve. This is the error “DTLS server raised unexpected alert: fatal(2), handshake_failure(40).” I see that similar problems have already been discussed, but I have not been able to solve this problem myself.
This is how I create an RTCPeerConnection:
Client log file:
I would be grateful for any help. Thank you.