emailwiz icon indicating copy to clipboard operation
emailwiz copied to clipboard

certbot fails if port is already in use

Open Austin-Olacsi opened this issue 1 year ago • 1 comments

certbot fails if port 80 is already in use by another program (certbot uses this port for its temporary web server).

My suggestion is that we modify this script to kill any processes using this port before running certbot.

I am using sudo lsof -i :80 to check if any programs are using this port.

Austin-Olacsi avatar Dec 30 '23 22:12 Austin-Olacsi