In my asterisk server unable to connect the sip account with TLS method shows the following error on the console
client2*CLI> [Jun 21 18:27:48] WARNING[81738]: pjproject: <?>: SSL SSL_ERROR_SSL (Handshake): Level: 0 err: <167772353> <error:0A0000C1:SSL routines::no shared cipher> len: 0 peer: 192.168.6.106:65498
The above issue is due to cipher, Need to comment that line in the configuration file pjsip.conf also check the method
[tls_transport] type=transport protocol=tls bind=0.0.0.0 cert_file=/PATH TO CERT FILE priv_key_file=/PATH TO PRIV KEY ;cipher=ADH-AES256-SHA,ADH-AES128-SHA method=tlsv1
Asterisk TLS not working
Asterisk TLS not working
In my asterisk server unable to connect the sip account with TLS method shows the following error on the console
client2*CLI> [Jun 21 18:27:48] WARNING[81738]: pjproject: <?>: SSL SSL_ERROR_SSL (Handshake): Level: 0 err: <167772353> <error:0A0000C1:SSL routines::no shared cipher> len: 0 peer: 192.168.6.106:65498
The above issue is due to cipher, Need to comment that line in the configuration file pjsip.conf also check the method
[tls_transport] type=transport protocol=tls bind=0.0.0.0 cert_file=/PATH TO CERT FILE priv_key_file=/PATH TO PRIV KEY ;cipher=ADH-AES256-SHA,ADH-AES128-SHA method=tlsv1