Displaying 1 result from an estimated 1 matches for "tls_cfg".
Did you mean:
dtls_cfg
2013 Aug 12
0
Asterisk WebRTC Support : WSS connection setup fails with error:00000000
...w 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);
ast_verb(2, "Problem setting...