Wrong wss url from rest api

Hello, i configure openvidu for port 34443 with selfsigned sertificate. Then make nginx proxy with letsencrypt. I have other applications in this server proxyed by nginx, so i cant use openvidu with port 443. All works ok, but get token with REST API returns wss url with port 34443 so applications cant connect with certificate error. How i can change url, returned with API for url without port?

If you have deployed OpenVidu 2.14 version, then 34443 port should be configured in HTTPS_PORT variable in the .env file and openvidu NGINX and openvidu server will pick that port.

If you have another NGINX in your machine, it should be on other port to avoid conflicts between them.

Yes i configure port 34443 in HTTPS_PORT, then i proxy this port with my nginx for 443 with letsencrypt sertificate, this ok. But when i make token with REST API - APi returns wss://mydomain:34443/etc…, so client cant connect with sertificate error. Its posible than api Return url without port?