Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If web proxy is not up / takes too long to start, initial challenge will not be retried until the next day #3

Open
horazont opened this issue Feb 1, 2021 · 0 comments

Comments

@horazont
Copy link
Contributor

horazont commented Feb 1, 2021

Problem description: If the web proxy takes long to start (e.g. on a Pi) or fails to start initially and manual admin intervention is required (also on a Pi if it is really overloaded with I/O on a slow SD card), the initial challenge will fail because the web server is offline.

The container then exits and restarts after an hour, but anacron will only re-run the tasks the next day as it still has spool files.

Workaround: docker exec -it snikket-certs rm /var/spool/anacron/cron.daily && docker restart snikket-certs to immediately restart the challenge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant