[asterisk-users] Asterisk TLS 5061 not listening

Benjamin Marty benjamin.marty at gmail.com
Mon May 28 02:26:32 CDT 2018


I'm currently trying to setup an Asterisk Box with a Let's Encrypt
certificate.

I merged privatekey, cert and chain to one file:

cat /etc/letsencrypt/live/domain/privkey.pem >
/etc/asterisk/tls/a-keycert.pem
cat /etc/letsencrypt/live/domain/fullchain.pem >>
/etc/asterisk/tls/a-keycert.pem

My sip.conf features the following entries:

tlsenable=yes
tlsbindaddr=0.0.0.0
tlscertfile=/etc/asterisk/tls/a-keycert.pem
tlscipher=ALL
tlsclientmethod=tlsv1

But somehow my Asterisk doesn't even start to listen on the SIPS port
(5061):

Proto Recv-Q Send-Q Local Address           Foreign Address         State
     PID/Program name
udp        0      0 0.0.0.0:5060            0.0.0.0:*
     -
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20180528/3c4cc412/attachment.html>


More information about the asterisk-users mailing list