My domain is: anamazingwizard.com
I ran this command: certbot certonly --webroot --webroot-path /usr/share/nginx/html/react --dry-run -d anamazingwizard.com
It produced this output: https://pastebin.com/2Nqqs74B
My web server is (include version): nginx latest
The operating system my web server runs on is (include version): ubuntu 18.04
My hosting provider, if applicable, is: hostinger
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 vesrsion: 2.0.0
Hi,
i am trying to get certificate using certbot but whatever i do or change i still can not get successfull certificate response .What is weird i get it done in the same way in my different app on the same host, but different server a year ago and its working without issues until today, so i do not know it there was some change i am missing. App is build on django with react, nginx, certbot using dockerfile and docker compose.
When i am trying to get a certificate in a dry run i get an error that i linked above.
curl -v https://acme-v02.api.letsencrypt.org/directory gives me this output: https://pastebin.com/ef1FheGH
nslookup acme-v02.api.letsencrypt.org output:
https://pastebin.com/wGFPN4BR
traceroute acme-v02.api.letsencrypt.org output:
https://pastebin.com/JV0WJ6v1
If someone could help me solve this issue it would be great because i am out of ideas.