Skip to content

could not start HTTP server #1648

Discussion options

You must be logged in to vote

SOLVED:

I am on Ubuntu 22.04 server with aapanel.
The ssl for sftpgo & aapanel did not renew. The best way to enable an ssl on aapanel is to create a website.
This uses port 80.
I then deleted the website. I was now able to access the sftpgo web admin but the acme for stpgo would not work on the gui or command line.

ERR unable to obtain certificates for domains: error: one or more domains had a problem: acme: error presenting token: could not start HTTP server for challenge: listen tcp :80: bind: address already in use

I then used the following command to kill the bind.

sudo fuser -k 80/tcp

I was then able to successfully run the following command and get an ssl which enabled after a reboot.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by coffseducation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant