I also repeatedly ran into this issue. I made sure that the firewall on Ubuntu 18.04 is stopped
sudo ufw disable
# installed all necessary packages for certbot to run
sudo certbot certonly --webroot
# entered domain lister.lister-studios.com
# entered path /usr/local/lsws/lister/html/
Attached...