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            0.0.0.0:*               LISTEN     
tcp        0      0 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          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?