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

443 address already in use #90

Open
AnasKg opened this issue Sep 10, 2020 · 3 comments
Open

443 address already in use #90

AnasKg opened this issue Sep 10, 2020 · 3 comments

Comments

@AnasKg
Copy link

AnasKg commented Sep 10, 2020

I am getting error like this on my server:
Error starting userland proxy: listen tcp 0.0.0.0:443: bind: address already in use

@igorssmanoel
Copy link

There is probably already a service running on port 443 and probably 80.
Try terminating apache.service or nginx

To see what is running on port 443, run
sudo lsof -t -i:443

sudo systemctl stop apache.service
or
sudo systemctl stop nginx.service

if doenst work try this:

sudo kill -9 $(sudo lsof -t -i:443)

@AnasKg
Copy link
Author

AnasKg commented Sep 14, 2020

Thanks for the answer!
Yes, nginx was running on 443, I stopped it.
Now I cannot get the certificates, the following error is displayed:
Screen Shot 2020-09-14 at 10 28 13

For the domain, the current server is indicated in which I run this script. What to do?

@shanedublin
Copy link

running into this issue myself. My isp blocks port 80 and i think that is what's causing it.

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

No branches or pull requests

3 participants