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: merivilla.com
I ran this command: sudo certbot certonly
It produced this output:
How would you like to authenticate with the ACME CA?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1: Nginx Web Server plugin (nginx)
2: Spin up a temporary webserver (standalone)
3: Place files in webroot directory (webroot)
Then I clicked 2. and put in merivilla.com exactly like that, not www. or http:// or https://
It produced this output:
Certbot failed to authenticate some domains (authenticator: standalone). The Certificate Authority reported these problems:
Domain: merivilla.com
Type: unauthorized
Detail: 2607:f1c0:100f:f000::200: Invalid response from http://merivilla.com/.well-known/acme-challenge/gLb7HCI4iKkRllQq_nyOPpIt1dmsVyZw6szKLPV8DB8: 204
Hint: The Certificate Authority failed to download the challenge files from the temporary standalone webserver started by Certbot on port 80. Ensure that the listed domains point to this machine and that it can accept inbound connections from the internet.
Some challenges have failed.
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.
Then I did: sudo lsof -i :80 to check what's on port 80
It produced NO output.
Then I did: sudo certbot certonly
It produced the output:
How would you like to authenticate with the ACME CA?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1: Nginx Web Server plugin (nginx)
2: Spin up a temporary webserver (standalone)
3: Place files in webroot directory (webroot)
Then I picked 1 and put in merivilla.com
It produced the output:
Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
Domain: merivilla.com
Type: unauthorized
Detail: 2607:f1c0:100f:f000::200: Invalid response from http://merivilla.com/.well-known/acme-challenge/pwKADZmYq_GHuwNH9M3-JiT3VDma6nqcEFjr-HxCm3c: 204
Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.
My web server is (include version): Not sure. I'm using Rumble Cloud
The operating system my web server runs on is (include version): Ubuntu 22.04
My hosting provider, if applicable, is: My domain is from IONOS. Then I did the "A" and the "www" thing and routed it to my rumble cloud's floating ip. I've tested webhooks using http merivilla.com with a mini Rust program I ran and it works.
I can login to a root shell on my machine (yes or no, or I don't know): I don't know.
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no. I'm using the command line
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 1.21.0
I guess I can use nginx because after I run the certbot test and I do "sudo lsof -i :80" it shows nginx. Any help is greatly appreciated. This is my first time trying to get this certificate. I've been trying for a few days and can't seem to get anywhere.
Also, I do: sudo ufw status
and it outputs: Status: inactive.
My security Group rules:
I've looked at a few other topics and a guy says to run: sudo certbot certificates
and it outputs: No certificates found.
So the error is 204, right? Am I supposed to download some files to do the challenge or something?
Also, I'm very new to this, so please don't think it's your fault if I'm not understanding, I'm just a little slow.
P.P.S , sorry if the formatting is bad. I hope it still makes sense.