Hello,
On 5/8/13 2:41 PM, ??? wrote:
hi, i am from china.i have install a kamailio server with wss support ,and i set 4443 as the port(set 8080 as the ws port);the result of "netstat -tnl" is: "Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 127.0.0.1:53 http://127.0.0.1:53 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:631 http://127.0.0.1:631 0.0.0.0:* LISTEN tcp 0 0 my_ip:4443 0.0.0.0:* LISTEN tcp 0 0 my_ip:5060 0.0.0.0:* LISTEN tcp 0 0 my_ip:5061 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:3306 http://127.0.0.1:3306 0.0.0.0:* LISTEN tcp 0 0 my_ip:8080 0.0.0.0:* LISTEN"
but,when i use ws,it's ok;when i use wss,it come up a 106 error!why?
run kamailio in debug mode (debug=3 and log_stderror=yes) and watch the logs in the console, you may get hits about what happens. Be sure that the port for wss is on tls.
Cheers, Daniel