mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[GH-ISSUE #1171] 使用华为云 DNS 配置 LiteSSL 的 ACME 请求时遇到错误 #793
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#793
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 @XiaoYuan151 on GitHub (Jan 23, 2026).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1171
Release Version / 软件版本
v0.4.13
Description / 问题描述
日志如下(部分内容已修改)
certimate_workflow_run_#ui51vrpciloym85_logs.txt
Miscellaneous / 其他
No response
@fudiwei commented on GitHub (Jan 23, 2026):
LiteSSL 比较奇葩,一个证书订单里裸域名和泛域名两个质询返回了相同的 challenge token。通常来说这玩意儿应该随机生成的,但它返回俩一样的,所以华为云创建 TXT 记录的接口报记录已存在的错误了 😂
暂时方案是要么换别的 CA,要么裸域名和泛域名分开签发。
@fudiwei commented on GitHub (Jan 24, 2026):
又翻了翻 RFC 8555,LiteSSL 这种行为虽然怪异但理论上应该没违反规范。等有空我再仔细研究一下,看看需不需要向上游 lego 报告一下吧 🤔
@fudiwei commented on GitHub (Jan 29, 2026):
lego 已有相关 Issue https://github.com/go-acme/lego/issues/2821
@go-goll commented on GitHub (Feb 25, 2026):
lego已经更新版本v4.32.0,已经修复了这个问题,可以升级一下lego版本