Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: www.meseguer.app meseguer.app
I ran this command:
sudo docker compose up --force-recreate --no-deps certbot
It produced this output:
udo docker compose up --force-recreate --no-deps certbot
[sudo] password for alex:
[+] Running 1/1
Container certbot Recreated 0.1s
Attaching to certbot
certbot | Saving debug log to /var/log/letsencrypt/letsencrypt.log
certbot | Requesting a certificate for meseguer.app and www.meseguer.app
certbot |
certbot | Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
certbot | Domain: meseguer.app
certbot | Type: connection
certbot | Detail: 195.35.9.60: Fetching http://meseguer.app/.well-known/acme-challenge/Tamf0soLuUijgw9jfLNCkWG1cQKqWIs8a8laQaSuNbk: Timeout during connect (likely firewall problem)
certbot |
certbot | Domain: www.meseguer.app
certbot | Type: connection
certbot | Detail: 195.35.9.60: Fetching http://www.meseguer.app/.well-known/acme-challenge/OLlsLPFkSMIxsmmtpaLZhfvQTEODpRPpOity2IMohGk: Timeout during connect (likely firewall problem)
certbot |
certbot | Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and
that files created there can be downloaded from the internet.
certbot |
certbot | Some challenges have failed.
certbot | Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
certbot exited with code 1
My cloud firewalls are off.
Ubuntu ufw is enabled.
Ports 80,81,443,are allowed
My web server is (include version):
The operating system my web server runs on is (include version):
Ubuntu server 24.04
Nginx
My hosting provider, if applicable, is:
Hostinger US
I can login to a root shell on my machine (yes or no, or I don't know):
Yes.
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
CloudPanel
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
certbot 2.9.0 outside of the docker container
Thanks,
Alex Meseguer