Incorrect http.conf on vicibox 9?

carpenox

Most Senior Member
carpenox - Most Senior Member  
and the template for viciphone needs to have "dtls" ?

dtlsverify=no
dtlscertfile=/PATH/TO/YOUR/SSL/CERT/FILE
dtlsprivatekey=/PATH/TO/YOUR/SSL/KEY/FILE
dtlssetup=actpass
 

bossmon

Member
Hello, I'm confused. I'm having the same issue and finding conflicting information.

Should this be "tlsbindaddr=0.0.0.0:8900" or "tlsbindaddr=0.0.0.0:8089".

The documentation on viciphone https://viciphone.com/?page_id=351 says "tlsbindaddr=0.0.0.0:8089"

please confirm.

Looks like the bindaddr needs adjusting.
Your /etc/asterisk/http.conf should have these major lines uncommented and set as such:

enabled=yes
tlsenable=yes
tlsbindaddr=0.0.0.0:8900
tlscertfile=/etc/apache2/ssl.crt/<certfile>.crt
tlsprivatekey=/etc/apache2/ssl.key/<certfile>.key




The tlscertfile and tlsprivatekey parts need to point to your actual certificate files. Also make sure you're using the DNS in the wss line, like wss://my.server.domain:8089/ws
 

Kumba

Well-known member
Kumba - Well-known member  
My bad, it was a typo. I corrected the above post. It should be tlsbindaddr=0.0.0.0:8089
 
close button
Top