After Start Openvidu Unable to Open DashBoard // OS Linux Redhat7

nginx_1 |
nginx_1 | =======================================
nginx_1 | = INPUT VARIABLES =
nginx_1 | =======================================
nginx_1 |
nginx_1 | Config NGINX:
nginx_1 | - Http Port: 4444
nginx_1 | - Https Port: 4443
nginx_1 | - Worker Connections: 10240
nginx_1 | - Allowed Access in Openvidu Dashboard: all
nginx_1 | - Allowed Access in Openvidu API: all
nginx_1 | - Support deprecated API: true
nginx_1 | - Redirect www to non-www: false
nginx_1 |
nginx_1 | Config Openvidu Application:
nginx_1 | - Domain name: telemedicine.pldt.com.ph
nginx_1 | - Certificated: owncert
nginx_1 | - Letsencrypt Email: system-admin@hops.healthcare
nginx_1 | - Openvidu Application: true
nginx_1 | - Openvidu Application Type: CE
nginx_1 |
nginx_1 | =======================================
nginx_1 | = CONFIGURATION NGINX =
nginx_1 | =======================================
nginx_1 |
nginx_1 | Configure telemedicine.pldt.com.ph domain…
nginx_1 | - New configuration: owncert telemedicine.pldt.com.ph
nginx_1 | - Old configuration: none
nginx_1 |
nginx_1 | - Copying owncert certificate…
nginx_1 |
nginx_1 | =======================================
nginx_1 | = ALLOWED ACCESS =
nginx_1 | =======================================
nginx_1 |
nginx_1 | [getmyip] All providers failed
nginx_1 | Adding rules…
nginx_1 | - Public IPv4 for rules:
nginx_1 |
nginx_1 | Finish Rules:
nginx_1 | Openvidu Dashboard:
nginx_1 | - allow all;
nginx_1 | Openvidu API:
nginx_1 | - allow all;
nginx_1 |
nginx_1 | =======================================
nginx_1 | = START OPENVIDU PROXY =
nginx_1 | =======================================
nginx_1 |

As Per Nginx Logs Server Is unable to find [getmyip] All providers failed.

  • What version are you using?
  • Do you have public DNS enabled in your server? The public IP is discovered using public DNS servers:
1 Like

Thanks @cruizba

OpenVidu/openvidu/blob/6a73083/openvidu-server/docker/utils/discover_my_public_ip.sh#L82-L85

we can edit self dns in docker file to start nginx.

It’s working.

Thanks For Help :slight_smile: