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: camposcasares.be
I ran this command:
sudo docker run -it --rm \ -v /docker-volumes/etc/letsencrypt:/etc/letsencrypt \ -v /docker-volumes/var/lib/letsencrypt:/var/lib/letsencrypt \ -v /docker/web/src/letsencrypt/letsencrypt-site:/data/letsencrypt \ -v "/docker-volumes/var/log/letsencrypt:/var/log/letsencrypt" \ certbot/certbot \ certonly --webroot \ --register-unsafely-without-email --agree-tos \ --webroot-path=/data/letsencrypt \ --staging \ -d camposcasares.be -d www.camposcasares.be
It produced this output: please note that that the webpage code shown is the one specified for error 404
Unable to find image 'certbot/certbot:latest' locally latest: Pulling from certbot/certbot c9b1b535fdd9: Pull complete 2cc5ad85d9ab: Pull complete 756a868c4378: Pull complete 444b2fc9a129: Pull complete ea15f1150254: Pull complete 2966bb4c2979: Pull complete bef055e88bc6: Pull complete 12a9fc86916b: Pull complete 41db5b0d58d8: Pull complete bc6b91fbba74: Pull complete 852b5bc6112d: Pull complete Digest: sha256:d908a5d08108feac2a3a479b1bc7d3f33ff4648bc2dbfcde9d4510a57b3cc296 Status: Downloaded newer image for certbot/certbot:latest Saving debug log to /var/log/letsencrypt/letsencrypt.log Plugins selected: Authenticator webroot, Installer None Obtaining a new certificate Performing the following challenges: http-01 challenge for camposcasares.be http-01 challenge for www.camposcasares.be Using the webroot path /data/letsencrypt for all unmatched domains. Waiting for verification... Challenge failed for domain camposcasares.be Challenge failed for domain www.camposcasares.be http-01 challenge for camposcasares.be http-01 challenge for www.camposcasares.be Cleaning up challenges Some challenges have failed. IMPORTANT NOTES: - The following errors were reported by the server: Domain: camposcasares.be Type: unauthorized Detail: Invalid response from http://camposcasares.be/.well-known/acme-challenge/6s_MztqbDwkdde2XlywsE_NoKtSzzqcHg9wyaxh7UPw [51.91.102.188]: "<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-sc" Domain: www.camposcasares.be Type: unauthorized Detail: Invalid response from http://www.camposcasares.be/.well-known/acme-challenge/UezoMXBlGVSgl7HA-zMcGeCjfE2MZDJ0wjDzwPXe-V4 [51.91.102.188]: "<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-sc" 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.
My web server is (include version): Nginx:latest (Docker)
The operating system my web server runs on is (include version): Ubuntu 19.10
My hosting provider, if applicable, is: OVH
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:latest (Docker)