It produced this output:
run-parts: executing /etc/runit/1.d/00-ensure-links
run-parts: executing /etc/runit/1.d/00-fix-var-logs
run-parts: executing /etc/runit/1.d/anacron
run-parts: executing /etc/runit/1.d/cleanup-pids
Cleaning stale PID files
run-parts: executing /etc/runit/1.d/copy-env
run-parts: executing /etc/runit/1.d/letsencrypt
nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)
[Fri Apr 26 13:29:05 UTC 2019] Single domain=‘forum.toestand.be’
[Fri Apr 26 13:29:05 UTC 2019] Getting domain auth token for each domain
[Fri Apr 26 13:29:06 UTC 2019] Create new order error. Le_OrderFinalize not found. {
“type”: “urn:ietf:params:acme:error:rateLimited”,
“detail”: “Error creating new order :: too many failed authorizations recently: see https://letsencrypt.org/docs/rate-limits/”,
“status”: 429
}
[Fri Apr 26 13:29:06 UTC 2019] Please check log file for more details: /shared/letsencrypt/acme.sh.log
[Fri Apr 26 13:29:06 UTC 2019] Installing key to:/shared/ssl/forum.toestand.be.key
[Fri Apr 26 13:29:06 UTC 2019] Installing full chain to:/shared/ssl/forum.toestand.be.cer
[Fri Apr 26 13:29:06 UTC 2019] Run reload cmd: sv reload nginx
warning: nginx: unable to open supervise/ok: file does not exist
[Fri Apr 26 13:29:06 UTC 2019] Reload error for :
nginx: [error] open() “/run/nginx.pid” failed (2: No such file or directory)
run-parts: /etc/runit/1.d/letsencrypt exited with return code 1
My web server is (include version): nginx (latest docker)
The operating system my web server runs on is (include version):
ubuntu 18.04
I can login to a root shell on my machine (yes or no, or I don’t know):
Can’t login to the docker, status is:
Restarting (100) 38 seconds ago
To my understanding, there must have been a bug with the auto-renewal process. The cronjob should be automatically created when building the container. I’ve already waited for a week, to get whitelisted again by letsencrypt. This is hard to debug because I can’t get into the container with the lines uncommented that activate encryption.
I’m rebuilding the app now, without encryption. Any tips on what to remove / clear to get a clean slate for enabling the SLL again, much apprectiated!! I did look at similar topics, but can’t seem to find the solution.