My domain is: webshop.janmager.keurslager.nl
I ran this command: docker run --rm -p 33586:80 -v /home/dokku/production/letsencrypt/keurslager/certs/0dda13b219cdb232b54a080da52c7390adfdd5a7:/certs dokkupaas/letsencrypt-simp_le:latest -f account_key.json -f fullchain.pem -f chain.pem -f cert.pem -f key.pem --valid_min 2592000 --server https://acme-v01.api.letsencrypt.org/directory --email my@email.com --tos_sha256 cc88d8d9517f490191401e7b54e9ffd12a2b9082ec7a1d4cec6101f9f1647e7b -d webshop.janmager.keurslager.nl
It produced this output:
Challenge validation has failed, see error log.
Error log: https://gist.github.com/yourivdlans/0c485c3c8c32715cbf07b20ec7a78d54
My web server is (include version): nginx/1.10.3 (Ubuntu)
The operating system my web server runs on is (include version):
Ubuntu 16.04.5 LTS
Release: 16.04
Codename: xenial
My hosting provider, if applicable, is:
tilaa.nl
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): I’m using dokku-letsencrypt which in turn uses a docker image called simp_le (https://github.com/kuba/simp_le) to issue certificates.
Lately I’m unable to request new certificates due to an error and I’m not able to figure out why.
My architecture is as follows:
HAproxy (server1) -> nginx (server2) -> Puma webserver (server2 inside docker)
Strangely enough requesting a certificate using the staging api works. I hope someone can push me in the right direction!
Thanks