But i dont understand why i keep having this erros:
[Oct 29 17:10:13] ERROR[48723]: iostream.c:647 ast_iostream_start_tls: Problem setting up ssl connection: error:00000001:lib(0):func(0):reason(1), Internal SSL error
[Oct 29 17:10:13] ERROR[48723]: tcptls.c:179 handle_tcptls_connection: Unable to set up ssl connection with peer ‘192.168.1.22:49282’
[Oct 29 17:10:13] ERROR[48723]: iostream.c:552 ast_iostream_close: SSL_shutdown() failed: error:00000001:lib(0):func(0):reason(1), Internal SSL error
[Oct 29 17:10:13] ERROR[48724]: iostream.c:647 ast_iostream_start_tls: Problem setting up ssl connection: error:00000001:lib(0):func(0):reason(1), Internal SSL error
[Oct 29 17:10:13] ERROR[48724]: tcptls.c:179 handle_tcptls_connection: Unable to set up ssl connection with peer ‘192.168.1.22:64554’
[Oct 29 17:10:13] ERROR[48724]: iostream.c:552 ast_iostream_close: SSL_shutdown() failed: error:00000001:lib(0):func(0):reason(1), Internal SSL error
I already tried to use this command to check what is wrong
openssl s_client -connect 192.168.1.30:8089
and the error that gives me is:
Can’t use SSL_get_servername
depth=0 CN = 192.168.1.30, O = 192.168.1.30
verify error:num=20:unable to get local issuer certificate
More info:
The root certificate that asterisk generate on the tutorial ( ca.crt ) i installed on the computer that is trying to connect to asterisk and still get this erros.
No, i didnt installed the certificate on asterisk machine, i installed on the client.
But i think the problem is the browsers that doesnt accept this type of certificate.