webcallserver docker run 8444/admin not connecting

Luke-aidkr

New Member
i can connect to "server_ip:8081/admin/" and ws connecting test

but i want wss connecting test connect to "server_ip:8444/admin/" At docker run server

how to connect server_ip:8444/admin/ ?
 

Max

Administrator
Staff member
Good day.
You should either accept security exception in browser when connecting a first time to the server or use a domain name with a valid SSL certificates. Certificates should be imported as described here.
You can also mount a configuration folder (see Volumes reference) with wss.jks file containing already imported certificates.
If you're using Docker in production, it is recommended to set up reverse proxy and bind a valid domain name to the proxy server.
 
Top