mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #841] [Bug] 阿里云CLB部署证书提示上传的证书找不到 #570
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#570
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 @Meteor-showers on GitHub (Jul 1, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/841
软件版本 / Release Version
v0.3.20
缺陷描述 / Description
clb证书上传没有根据我clb的区域上传所在区 而是默认上传到杭州了
复现步骤 / Steps to reproduce
创建clb
地区选北京
开始部署
证书会传到杭州控制台
部署证书报错404
日志 / Logs
[2025-07-01 11:07:06]
sdk request 'slb.UploadServerCertificate'
request:
{"PrivateKey":"-----BEGIN RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----",
"RegionId":"cn-hangzhou",
报错
failed to execute sdk request 'slb.SetLoadBalancerHTTPSListenerAttribute': SDKError: StatusCode: 404 Code: ServerCertificateId.NotFound Message: code: 404, The specified ServerCertificateId does not exist. request id: 8C873726-7C0C-5DCB2096C Data: {"Code":"ServerCertificateId.NotFound","HostId":"slb.cn-beijing.aliyuncs.com","Message":"The specified ServerCertificateId does not exist.","Recommend":"https://api.aliyun.com/troubleshoot?q=ServerCertificateId.NotFound&product=Slb&requestId=8C873726-7C0C-5DCB2096C","RequestId":"8C873726-7C0C-5DCB2096C"}
其他 / Miscellaneous
No response
贡献 / Contribution