mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #205] Error trying to start HTTP API - cenkalti/backoff timer exception #91
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#91
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Elte156 on GitHub (Jan 9, 2020).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/205
I am getting an error trying to run the binary. Steps to reproduce:
This ends up with the following output:
If this is an issue caused by using the default
config.cfg, what do I need to change to make it work?@joohoi commented on GitHub (Jan 9, 2020):
Oh, I'm awfully sorry. The first attempt to fix the original issue in #201 apparently introduced this bug. The module update commit is reverted by the PR referenced above.
@Elte156 commented on GitHub (Jan 9, 2020):
To be honest, I don't think PR #203 introduced this.
See my comment from the other closed #201 .
https://github.com/joohoi/acme-dns/issues/201#issuecomment-571897398
I was getting this same exact error prior to you merging in #203 .
Are you able to follow my steps above and get the same errors?
@Elte156 commented on GitHub (Jan 9, 2020):
Nevermind.
I rebuilt against:
It seems to be working now.
Thanks!