search for: tcptls_session

Displaying 2 results from an estimated 2 matches for "tcptls_session".

2013 Aug 12
0
Asterisk WebRTC Support : WSS connection setup fails with error:00000000
...browsers negotiates for the the tls certficate and keys. Below are my debug code and the brief logs, http.conf : Here, ssl_err is my addition to debug further, in main/tcptls.c ************************Start of of Modified code in main/tcptls.c ****************** #ifdef DO_SSL else if ( (tcptls_session->ssl = SSL_new(tcptls_session->parent->tls_cfg->ssl_ctx)) ) { SSL_set_fd(tcptls_session->ssl, tcptls_session->fd); if ((ret = ssl_setup(tcptls_session->ssl)) <= 0) { ssl_err=SSL_get_error(tcptls_session->ssl,ret);...
2009 Nov 25
0
asterisk + res_config_ldap = asterisk.core
...sip:10.3.8.1\000SIP/2.0\000\000Route: <sip:10.3.8.1:5060;lr>\000\000CSeq: 2 REGISTER\000\000Via: SIP/2.0/UDP 10.3.8.104:5060;branch=z9hG4bK5a11a1de-24d8-de11-8af3-00248cdec25c;rport\000\000User-Agent: Ekiga/3.2.0\000\000From"..., socket = {type = SIP_TRANSPORT_UDP, fd = -1, port = 50195, tcptls_session = 0x0}, next = {next = 0x0}} sin = {sin_len = 16 '\020', sin_family = 2 '\002', sin_port = 50195, sin_addr = {s_addr = 1745355530}, sin_zero = "\000\000\000\000\000\000\000"} res = 526 len = 16 __PRETTY_FUNCTION__ = "sipsock_read"...