Displaying 1 result from an estimated 1 matches for "do_ssl".
Did you mean:
no_ssl
2013 Aug 12
0
Asterisk WebRTC Support : WSS connection setup fails with error:00000000
...the WSS option, I assume 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_err...