mirror of
https://github.com/acme-dns/acme-dns-client.git
synced 2026-04-25 21:35:57 +03:00
[GH-ISSUE #19] Problems over satellite links #11
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 @nwhitehorn on GitHub (Jan 4, 2023).
Original GitHub issue: https://github.com/acme-dns/acme-dns-client/issues/19
Using the public server, I keep getting connection errors:
[!] Validation failed: Failed to do req: Post "https://auth.acme-dns.io/update": read tcp X.X.X.X:41426->46.4.128.227:443: read: connection reset by peer
This is over a slow, high-latency satellite connection (round-trip trip of ~ 2 seconds). Running identical commands from a normal connection works without issue. I suspect there is some timeout in the server that is too small, but it is hard to tell for sure.
/etc/acme-dns-client#29