mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #756] [Bug] 部署到阿里云边缘安全加速 ESA出错 #511
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#511
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 @C018 on GitHub (Jun 3, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/756
软件版本 / Release Version
v0.3.15
缺陷描述 / Description
目前存在的问题:
1.域名解析提供商为阿里云ESA解析域名(NS接入ESA),部署时申请证书的环节会出错。
2.使用阿里云解析,不用ESA解析(CNAME接入ESA),部署到ESA会出错。
ps:日志为使用阿里云解析(CNAME接入ESA)时日志,反复折腾NS接入反复失败已经放弃。
复现步骤 / Steps to reproduce
直接执行
日志 / Logs
其他 / Miscellaneous
No response
贡献 / Contribution
@fudiwei commented on GitHub (Jun 3, 2025):
错误日志呢?
@C018 commented on GitHub (Jun 4, 2025):
config
siteIdis required@C018 commented on GitHub (Jun 4, 2025):
然后ns接入直接卡在ready to apply ...
@fudiwei commented on GitHub (Jun 5, 2025):
所以你没填站点 ID?
看下终端输出。
@C018 commented on GitHub (Jun 5, 2025):
填了的,但是还报这个。
@C018 commented on GitHub (Jun 5, 2025):
日志 / Logs
详情
@C018 commented on GitHub (Jun 5, 2025):
你点上面这个就能看到
@fudiwei commented on GitHub (Jun 5, 2025):
截个图我看下。截全屏。
终端输出,不是web上的日志。如果你是用 docker 部署的,docker logs 命令看一下。
@biliblihuorong commented on GitHub (Jun 13, 2025):
我也遇到了这个问题,使用的是docker 部署 没有查询到容器日志。
web的日志也是和楼主一样
站点id我填写了,但我使用的是国际版的阿里云ESA
@cao-gift commented on GitHub (Jun 15, 2025):
一样的报错,我也是国际版的阿里云ESA
@fudiwei commented on GitHub (Jun 15, 2025):
@biliblihuorong @cao-gift
v0.3.17 执行一次,日志里 "ready to deploy certificate ..." 这条应该有个展开箭头,展开看下 config 的值是什么?
@cao-gift commented on GitHub (Jun 15, 2025):