mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #595] [Bug] Gcorelabs 更新证书失败 #394
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#394
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 @Masterain98 on GitHub (Apr 7, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/595
软件版本 / Release Version
0.3.7
缺陷描述 / Description
在申请证书成功后,Certimate 成功在 Gcorelabs 上传证书,但更新 CDN 资源时失败,显示错误
failed to execute sdk request 'resources.Update': request: { "proxy_ssl_ca": [ "Invalid pk \"0\" - object does not exist." ], "proxy_ssl_data": [ "Invalid pk \"0\" - object does not exist." ] }查了下 API 文档,示例中
proxy_ssl_ca和proxy_ssl_data的值为null,不知道是否相关。复现步骤 / Steps to reproduce
日志 / Logs
failed to execute sdk request 'resources.Update': request: { "proxy_ssl_ca": [ "Invalid pk \"0\" - object does not exist." ], "proxy_ssl_data": [ "Invalid pk \"0\" - object does not exist." ] }其他 / Miscellaneous
No response