Hi everyone.
We're developing our own WebRTC endpoint to establish communication from a c++ application to chrome.
ICE exchange is ok.
STUN exchange is someway ok.
Browser connection is either https://localhost or http://localhost with websockets configured in ws://localhost or wss://localhost accordingly.
For development only purpose we would like to use self signed certificates which we manually trust from the ui.
However, we can't figure how to specify in Chrome to ignore "unknown certification authorities" if this is the problem below.
The DTLS conversation on UDP starts but never reach end of handshake.
[2017-02-07 16:20:59 003496] UDP RX 100 Bytes
[2017-02-07 16:20:59 003496] UDP RX 163 Bytes
[2017-02-07 16:20:59 003496] UDP TX DTLS reply 1676 Bytes
[2017-02-07 16:20:59 003496] UDP RX 15 Bytes
[2017-02-07 16:20:59 003496] SSL_ERROR_SSL error:14102418:SSL routines:dtls1_read_bytes:tlsv1 alert unknown ca
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/f8825f86-da86-4c52-bc14-25ef032fc781%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.