mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #920] [Feature] 部署域名较多时报503 rateLimit 错误 #631
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#631
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 @czjge on GitHub (Aug 12, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/920
功能描述 / Description
版本:Certimate v0.2.23-beta,当部署的域名较多(我的是29个),会报错:error: one or more domains had a problem:example.com acme: error: 503 :: POST :: https://acme.
v02.api.letsencrypt.org/acme/authz/2134433565/567569983946 . urn:ie.:params:acme:error:ratelimited . Service busy; retry later.我知道和certimate无关,除了手动申请外,certimate能做相关优化以避免在部署域名过多时候出现这个错误吗?或者说有更好的解决方案吗?谢谢~
请求动机 / Motivation
帮助certimate在部署较多域名时候不出现503 rateLimited 错误而必须手动申请
其他 / Miscellaneous
No response
贡献 / Contribution
@fudiwei commented on GitHub (Aug 12, 2025):
v0.2.x 已停止维护,请升级。
v0.3.x 支持自定义触发时间,你应该将每个证书的申请时间错开,以免触发 CA 的流量限制。