mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #367] [Bug] 腾讯云EdgeOne部署失败 #227
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#227
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 @LuRcX on GitHub (Dec 8, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/367
描述问题
腾讯云EdgeOne部署失败
日志中显示:
[2024-12-08 16:15:41]
部署失败
已上传证书:{"certId":"****","certName":""}
failed to execute sdk request 'teo.ModifyHostsCertificate': [TencentCloudSDKError] Code=FailedOperation.ModifyFailed, Message=, RequestId=c99459d9-f33c-43a7-9ea0-f982d6716616
顺便一提,部署配置中显示“每行一个域名”,但无法实际提交多个域名。
复现步骤
将一通配符域名部署到腾讯云EdgeOne中一个域名时遇到问题,部署失败。
手动将日志中显示的certId和部署配置中完全一致的Zone ID、域名填入腾讯云API Explorer,可以部署成功。
期望的结果
应当部署成功
如果部署失败,建议可以配置显示请求的结构体,以便与API Explorer请求进行对照、排查问题。
截图
环境
Certimate v0.2.22-beta,官方 Docker 版本
其他信息
在此处添加关于该问题的任何其他信息。
@zhheo commented on GitHub (Jan 6, 2025):
我也遭遇了相同的问题