Trying to get a certificate, and it cant find my URL

I'm using docker with nginx proxy manager, and it wont find my URL @ cloudflare peteratthebeach.com

I get this Error

Error: Command failed: certbot certonly --config "/etc/letsencrypt.ini" --cert-name "npm-4" --agree-tos --authenticator webroot --email "perkunas@teksavvy.com" --preferred-challenges "dns,http" --domains "peteratthebeach.com"
Saving debug log to /var/log/letsencrypt/letsencrypt.log
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.

at ChildProcess.exithandler (node:child_process:397:12)
at ChildProcess.emit (node:events:390:28)
at maybeClose (node:internal/child_process:1064:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)

The site doesn't work; Neither by HTTP nor by HTTPS.

You need a functional HTTP site before it can be secured (via HTTP authentication).

1 Like

Yes and no HTTPS will take you as far as my server i'm trying to roue it through Nginx tha'ts not working yet.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.