Closed GoogleCodeExporter closed 9 years ago
Attached logs
console-log-2013-05-08-02.log is webrtc2sip log, containing both non-secure
websocket digest auth fail, and secure websocket initial fail.
sipml5_webrtc2sip_asterisk_tls1.1_fail.pcap is wireshark trace for secure
websocket initial fail
Apache_cipher_success.pcap is the test to apache HTTPS server, which resides on
the same machine with webrtc2sip
72.163.254.74 is asterisk
72.163.254.69 is webrtc2sip
10.140.6.73 is sipML5
Original comment by fuse...@gmail.com
on 8 May 2013 at 12:14
Attachments:
Close this issue.
This issue caused by two points:
1. Digest auth failed: realm filled in sipml5 and realm configured in sip.conf
of asterisk are not equal. When sipml5 go to register, this does not matter
since sipml5 will receive 401 from asterisk and use the realm in 401 message.
But when going to INVITE/401 step, webrtc2sip will use the realm in HA1 from
sipml5 to fill in the re-INVITE, which is not equal to the realm in 401
message. So digest auth failed;
2. Cipher mis-match: totally stupid since I didn't remove comments "!--" in
config.xml, so no cert could be provided to webrtc2sip
Original comment by fuse...@gmail.com
on 10 May 2013 at 7:06
Original comment by boss...@yahoo.fr
on 24 May 2013 at 1:45
Did it worked later? I have enabled but still cipher issue?
Copyright (C) 2012-2013 Doubango Telecom <http://www.doubango.org>
PRODUCT: webrtc2sip
HOME PAGE: http://webrtc2sip.org
LICENCE: GPLv3 or proprietary
VERSION: 2.6.0
'quit' to quit the application.
*******************************************************************
SSL is enabled :)
DTLS supported: yes
DTLS-SRTP supported: yes
***ERROR: function: "tnet_tls_socket_accept()"
file: "src/tls/tnet_tls.c"
line: "168"
MSG: SSL_accept() failed with error code [1, error:1408A0C1:SSL
routines:ssl3_get_client_hello:no shared cipher]
***ERROR: function: "tnet_transport_mainthread()"
file: "src/tnet_transport_poll.c"
line: "708"
MSG: SSL_accept() failed
***ERROR: function: "tnet_transport_mainthread()"
file: "src/tnet_transport_poll.c"
line: "708"
MSG: (SYSTEM)NETWORK ERROR ==>Success
Original comment by joseph...@gmail.com
on 2 Jun 2014 at 3:39
Check https://code.google.com/p/webrtc2sip/issues/detail?id=157.
PS: You should set your debug level to INFO when reporting issues:
https://code.google.com/p/webrtc2sip/wiki/FAQ#How_to_report_issue?
Original comment by boss...@yahoo.fr
on 2 Jun 2014 at 4:00
Original issue reported on code.google.com by
fuse...@gmail.com
on 8 May 2013 at 6:00