Error in letsencrypt docker

Hi im having following problems.

My domain is: serverjohn.com

When i start up letsencrypt docker container and try to make a certificate for my domain it returns back with following.

Domain: www.serverjohn.com
Type: unauthorized
Detail: Invalid response from
http://www.serverjohn.com/.well-known/acme-challenge/VBomGHuZb9CQGQpDMKkYlqChznPbdsnbh4yJ0OT_b2U
[2606:4700:3037::681c:1711]: “\r\n404 Not
Found\r\n\r\n

404 Not
Found

\r\n
nginx\r\n”

To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
ERROR: Cert does not exist! Please see the validation error above. The issue may be due to incorrect dns or port forwarding settings. Please fix your settings and recreate the container

Can anyone help me here?

1 Like

I see nginx responding on your domain, how are nginx and certbot cooperating?

1 Like

nginx is built in the docker container with letsencrypt

1 Like

then we don’t have enough information to diagnose your issue. show us your docker-compose.yml or your docker commands.

where can i find docker-compose.yml?

If you don’t know where, you probably don’t have one.

Is your nginx in a docker container? How is your system configured?

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