Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

| nginx: [emerg] bind() to 0.0.0.0:4443 failed (98: Address in use) #812

Open
Aminmalek opened this issue Jul 15, 2023 · 2 comments
Open
Labels

Comments

@Aminmalek
Copy link

Describe the bug
I'm running the open vidu with nginx in my ubuntu server and it seems some connections cat initilize for example I just see my video in conferance

Expected behavior
when some one join I cant see his or her image

Wrong current behavior
it seems there is a race condition in port 80 with nginx installed in server

OpenVidu deployment info
I deployed it with docker and nginx in ubuntu 20 server

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context

nginx_1            | nginx: [emerg] bind() to 0.0.0.0:4443 failed (98: Address in use)
nginx_1            | 2023/07/15 16:11:55 [emerg] 16#16: bind() to [::]:4443 failed (98: Address in use)
nginx_1            | nginx: [emerg] bind() to [::]:4443 failed (98: Address in use)
nginx_1            | 2023/07/15 16:11:55 [emerg] 16#16: still could not bind()
nginx_1            | nginx: [emerg] still could not bind()

@Aminmalek Aminmalek added the bug label Jul 15, 2023
@cruizba
Copy link
Member

cruizba commented Nov 7, 2023

OpenVidu deployment info
I deployed it with docker and nginx in ubuntu 20 server

I don't understand. Did you have a nginx proxy previously installed? What instructions did you followed to deploy?

@cruizba cruizba closed this as completed Nov 7, 2023
@cruizba cruizba reopened this Nov 7, 2023
@Aminmalek
Copy link
Author

OpenVidu deployment info
I deployed it with docker and nginx in ubuntu 20 server

I don't understand. Did you have a nginx proxy previously installed? What instructions did you followed to deploy?

Yes I have,I've used the official instruction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants