My domain is: osceperutest.leodan.ai
I ran this command: sudo certbot certonly --nginx , or sudo certbot renew --dry-run
It produced this output: Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
Domain: osceperutest.leodan.ai
Type: unauthorized
Detail: 2a02:4780:27:1370:0:136a:50ae:3: Invalid response from http://osceperutest.leodan.ai/.well-known/acme-challenge/_LlUutgmMHHeJ1UM7JJap2mUAHdylzh3hGrBVg2oejc: 404
My web server is (include version): nginx/1.22.1 running through Uvicorn + Fastapi on python 3.11 and configured nginx to proxy my osceperutest.leodan.ai on port localhost:8000
The operating system my web server runs on is (include version): Debian 12
My hosting provider, if applicable, is: Hostinger, configured A record from subdomain osceperutest.leodan.ai to my IP on Azure VM
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 2.10.0
I attach the full log when run the command: sudo certbot certonly --nginx
Certbot log.txt (22.2 KB)