[asterisk-users] PJSIP and Grandstream Wave with TSL and SRTP
Sean Bright
sean.bright at gmail.com
Thu Jan 23 16:31:46 CST 2020
On 1/21/2020 9:18 PM, hw wrote:
> [transport-tls]
> type = transport
> protocol = tls
> bind = 0.0.0.0:5061
> tos = cs5
> cert_file = /etc/asterisk/cert/asterisk.pem
> ca_list_file = /etc/pki/tls/certs/ca-bundle.crt
> method = sslv23
This is what mine looks like which works just fine:
[transport-tls]
type = transport
protocol = tls
method = tlsv1_2
cipher =
ECDHE-ECDSA-AES256-GCM-SHA384,ECDHE-RSA-AES256-GCM-SHA384,ECDHE-ECDSA-AES128-GCM-SHA256,ECDHE-RSA-AES128-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
Kind regards,
Sean
More information about the asterisk-users
mailing list