can't connect to wss://host:8443

lahsen

New Member
Hello,
I installed webcallserver on my server I did all steps but I can't connect to wss://, please help me to fix this problem.
Thank you.
 

Max

Administrator
Staff member
We have checked your host.
WCS server is up and running.
We are able to see all needed ports using netstat
Code:
netstat -nlp | grep java
However ports 8443 websocket and 8888 dashboard are closed on a firewall or NAT.
Please open these ports on your end.
Test
Code:
telnet host 8443
telnet host 8888
Your ports should be reachable
 

Max

Administrator
Staff member
You have to ask your host provider how to manage firewall and NAT to open desired ports.
 
Top