EsiiDsii / sipml5

Automatically exported from code.google.com/p/sipml5
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

firefox can't connect other client (no SLL certificate) #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
a) Before posting your issue you MUST answer to the questions otherwise it
will be rejected (invalid status) by us
b) Please check the issue tacker to avoid duplication
c) Please provide network capture (Wireshark) or Javascript console log
if you want quick response

What steps will reproduce the problem?
1. I make 3 pem file and copy to C:/Projects/ssl
openssl genrsa -out priv.pem 1024
openssl rsa -in priv.pem -out pub.pem -outform PEM -pubout
openssl req -new -x509 -key priv.pem -out ca-cert.pem -days 1095

2. and modify config.xml file. add C:/Projects/ssl/priv.pem;  
C:/Projects/ssl/pub.pem   C:/Projects/ssl/ca-cert.pem
3. and firefox login in. and connect to other client.

log show 

DTLS-SRTP requested but no SLL certificates provided, disabling this option :(

how to fix it?

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
centos 6.3

Please provide any additional information below.

Original issue reported on code.google.com by eyekil...@gmail.com on 19 Jul 2013 at 1:33

GoogleCodeExporter commented 8 years ago
https://code.google.com/p/webrtc2sip/wiki/FAQ#I_see_"Remote_party_requesting_DTL
S-DTLS_(UDP/TLS/RTP/SAVPF

Original comment by boss...@yahoo.fr on 10 Aug 2013 at 8:44