I am trying to enable TLS support in asterisk 15.7.1 to work with webrtc+sipml5
i did all the settings as mentioned in wiki+asterisk+webrtc.
I have successfully generated self signed certificate in /etc/asterisk/keys directory. and I have enabled settings in http.conf file refer below my http.conf file,
[general]
enabled=yes
bindaddr=0.0.0.0
bindport=8088
tlsenable=yes
tlsbindaddr=0.0.0.0:8089
tlscertfile=/etc/asterisk/keys/asterisk.crt
tlsprivatekey=/etc/asterisk/keys/asterisk.key
But when i restarted asterisk and checked binding by “http show status” it is not bound to 8089 port.