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: pdfchatterapi.largent.org
I ran this command: sudo certbot certonly --standalone
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Please enter the domain name(s) you would like on your certificate (comma and/or
space separated) (Enter 'c' to cancel): pdfchatterapi.largent.org
Requesting a certificate for pdfchatterapi.largent.org
Certbot failed to authenticate some domains (authenticator: standalone). The Certificate Authority reported these problems:
Domain: pdfchatterapi.largent.org
Type: connection
Detail: 129.154.250.228: Fetching http://pdfchatterapi.largent.org/.well-known/acme-challenge/xBCBsxdgUHYw0gjQiAaTKliwavChbZcXCX0TJ9-mxg4: Error getting validation data
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.
My web server is (include version):
The operating system my web server runs on is (include version):
Ubuntu 20.04.6 LTS (GNU/Linux 5.15.0-1068-oracle aarch64)
My hosting provider, if applicable, is: oracle cloud
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): no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
certbot 3.0.1
Additional information:
My backend api is dockerize and when I run the docker image, I can accessed the backend api everywhere.
Here's the working link: http://129.154.250.228:8000/
I have stopped running the docker for now and the domain above may not work.
My goal is to simply port :
"http://129.154.250.228:8000/" to "https://pdfchatterapi.largent.org:8000/"
But don't really know why the let's encrypt's certbot is spitting errors.
The security ingress rules have also been set for 80, 8000, 443, 22 with CIDR: 0.0.0.0/0.
I access my ubuntu os by SSHing using PuTTY.
If the public IP isn't working, how can I successfully SSH into Ubuntu using the said IP then?
Thanks.