Re: DTLS 1.1 failure when Firefox 51 is initiating a call

2017-02-06 Thread ushunmugan
Thanks! I suppose that it's too late for Firefox 52, which is beta now. BTW, I've already verified the fix on developer (53.0a2) and Nightly (54) versions. ___ dev-media mailing list dev-media@lists.mozilla.org

Re: DTLS 1.1 failure when Firefox 51 is initiating a call

2017-02-02 Thread Martin Thomson
On Fri, Feb 3, 2017 at 2:51 AM, wrote: > @Martin Thomson Thank you for the info. Do you know which version of > Firefox this fix will land on? Firefox 53. https://bugzilla.mozilla.org/show_bug.cgi?id=1317947 ___ dev-media

Re: DTLS 1.1 failure when Firefox 51 is initiating a call

2017-02-02 Thread ushunmugan
@Martin Thomson Thank you for the info. Do you know which version of Firefox this fix will land on? @Prerak Jain Thank you. ___ dev-media mailing list dev-media@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-media

Re: DTLS 1.1 failure when Firefox 51 is initiating a call

2017-02-01 Thread prerak jain
On Thursday, 2 February 2017 01:54:23 UTC+5:30, ushun...@gmail.com wrote: > Hi Prerak, > > Thank you much for the info. When I made the client create an RSA P-256 > certificate and use it in PeerConnection (in fact, this is required with > Chrome 52 and later, when using OpenSSL 1.0.1g, for

Re: DTLS 1.1 failure when Firefox 51 is initiating a call

2017-02-01 Thread Martin Thomson
On Thu, Feb 2, 2017 at 11:37 AM, wrote: > BTW, it seems to me that Firefox should be using a more widely used ECDH > named curve, such as secp256r1, when the Client Hello does not list the > supported named curves. This would make Firefox more compatible with older >

Re: DTLS 1.1 failure when Firefox 51 is initiating a call

2017-01-30 Thread ushunmugan
Thanks, Nils. I captured the DTLS message exchanges for the working and failing cases using Wireshark. I mainly see two differences. 1. In the working case (Firefox 50.1.0), I see a "Server Hello Done" message from Firefox first, before a "Server Hello" along with Certificate, Server Key

Re: DTLS 1.1 failure when Firefox 51 is initiating a call

2017-01-27 Thread Nils Ohlmeier
Hi Uma, > On Jan 27, 2017, at 15:42, ushunmu...@gmail.com wrote: > > Hi, I am encountering a WebRTC DTLS issue with Firefox 51 and our WebRTC > gateway, which didn't happen with the previous version 50. This only happens > when Firefox initiates the call (it works fine when the gateway

DTLS 1.1 failure when Firefox 51 is initiating a call

2017-01-27 Thread ushunmugan
Hi, I am encountering a WebRTC DTLS issue with Firefox 51 and our WebRTC gateway, which didn't happen with the previous version 50. This only happens when Firefox initiates the call (it works fine when the gateway initiates the call). The gateway, after exchanging the Client/Server Hello