Hi,
Im trying to deploy Openvidu on premises 2.15 version.
I’m using company network. Set all necessary properties on .env file and set HTTPS_PORT=4443.
After start Openvidu service. I can see the success log as shown like below.
openvidu-server_1 | OpenVidu is ready!
openvidu-server_1 | ---------------------------
openvidu-server_1 |
openvidu-server_1 | * OpenVidu Server: https://localhost:4443/
openvidu-server_1 |
openvidu-server_1 | * OpenVidu Dashboard: https://localhost:4443/dashboard/
openvidu-server_1 |
openvidu-server_1 | ----------------------------------------------------
But when i check the docker-compose nginx logs, it seems it stuck and not able to see “Adding rules…” logs here
When i check the HTTP_PORT with lsof -i:8585 , I can able to listen it. But, when i check the HTTPS_PORT with lsof -i:4443 , i cannot see any result and not able to open Dashboard.
Also i want to mention that, sometimes i can able to listen HTTPS_PORT also but, I have no any idea even not change anything how it can work sometimes… I dont understand the root cause of this problem. And now currently unfortunately it is not working again