Displaying 3 results from an estimated 3 matches for "ssl_error_ssl".
2020 Jan 22
4
PJSIP and Grandstream Wave with TSL and SRTP
Hi,
after switching from chan_sip to chan_pjsip, a device running Grandstream Wave
leads to the following error message on the asterisk console:
SSL SSL_ERROR_SSL (Handshake): Level: 0 err: <336109761> <SSL routines-
ssl3_get_client_hello-no shared cipher> len: 0 peer: 10.10.20.29:43357
Something with the encryption must have changed with asterisk. How can I get
the device to register again?
[transport-tls]
type = transport
protocol = tls
b...
2020 Jan 23
3
PJSIP and Grandstream Wave with TSL and SRTP
...ES128-GCM-SHA256,ECDHE-ECDSA-AES256-SHA384,ECDHE-RSA-
> AES256-SHA384,ECDHE-ECDSA-AES128-SHA256,ECDHE-RSA-AES128-SHA256
> cert_file = /etc/letsencrypt/live/specialdomain.com/fullchain.pem
> priv_key_file = /etc/letsencrypt/live/specialdomain.com/privkey.pem
Thanks, it still says
SSL SSL_ERROR_SSL (Handshake): Level: 0 err: <336109761> <SSL routines-
ssl3_get_client_hello-no shared cipher> len: 0 peer: 10.10.20.29:54937
Why does it even say ssl3 despite tlsv1_2 is set?
Is there a way to see which cipher(s) a client is trying to use?
2020 Jan 24
0
PJSIP and Grandstream Wave with TSL and SRTP
...AES256-SHA384,ECDHE-RSA-
>> AES256-SHA384,ECDHE-ECDSA-AES128-SHA256,ECDHE-RSA-AES128-SHA256
>> cert_file = /etc/letsencrypt/live/specialdomain.com/fullchain.pem
>> priv_key_file = /etc/letsencrypt/live/specialdomain.com/privkey.pem
> Thanks, it still says
>
>
> SSL SSL_ERROR_SSL (Handshake): Level: 0 err: <336109761> <SSL routines-
> ssl3_get_client_hello-no shared cipher> len: 0 peer: 10.10.20.29:54937
I guess I should have been more clear before - with the above settings
TLS works for other phones, I hadn't tried with Wave.
I downloaded Wave for iOS...