could not start HTTP server #1648
-
Hello, How can I bring it back online?
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
SOLVED: I am on Ubuntu 22.04 server with aapanel.
I then used the following command to kill the bind.
I was then able to successfully run the following command and get an ssl which enabled after a reboot.
|
Beta Was this translation helpful? Give feedback.
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.