› VitalPBX Community Support › General Discussion › Some questions about pbx and gui. › Reply To: RE: Some questions about pbx and gui.
-
- March 27, 2018 at 6:27 am
So, i found a bug!
when i use letsencrypt certificate it works well with webgui but not work when i use chan-sip tls.
tcp 0 0 127.0.0.1:5063 0.0.0.0:* LISTEN 1369/asterisk
tcp 0 0 127.0.0.1:5062 0.0.0.0:* LISTEN 1369/asterisk
udp 0 0 0.0.0.0:5060 0.0.0.0:* 1369/asterisk
udp 0 0 127.0.0.1:5062 0.0.0.0:* 1369/asteriskbut if i useĀ self-signed certificate it works well.
tcp 0 0 127.0.0.1:5063 0.0.0.0:* LISTEN 1369/asterisk
tcp 0 0 0.0.0.0:5061 0.0.0.0:* LISTEN 1369/asterisk
tcp 0 0 127.0.0.1:5062 0.0.0.0:* LISTEN 1369/asterisk
udp 4864 0 0.0.0.0:5060 0.0.0.0:* 1369/asterisk
udp 0 0 127.0.0.1:5062 0.0.0.0:* 1369/asterisk0