[GH-ISSUE #834] [Bug] 天翼云AccessOne绑定域名报错 #569

Closed
opened 2026-03-03 01:04:22 +03:00 by kerem · 5 comments
Owner

Originally created by @robert283 on GitHub (Jun 29, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/834

软件版本 / Release Version

0.3.20

缺陷描述 / Description

更新天翼云AccessOne证书报错;

复现步骤 / Steps to reproduce

申请证书正常,上传证书正常,绑定证书时候报错

日志 / Logs

[2025-06-29 20:02:31]
ready to deploy certificate ...
config:
{"certificate":"5cSfOV1w3B3Ss5pIzjCkf#certificate","provider":"ctcccloud-ao","providerAccessId":"l6xp421293gsk46","providerConfig":{"domain":"www.xxxxx.com"},"skipOnLastSucceeded":true}
[2025-06-29 20:02:31]
ssl certificate uploaded
result:
{"certId":"46685","certName":"certimate-1751198071916"}
[2025-06-29 20:02:31]
sdk request 'cdn.GetDomainConfig'
request:
{"domain":"www.xxxxx.com"}
response:
{"statusCode":200002,"message":"参数校验失败","error":"CDN_200002","errorMessage":"请求参数校验失败,参数domain为必填,且不能为空","returnObj":{"domain":"","product_code":"","status":0,"area_scope":0,"cname":"","https_status":"","cert_name":""}}
[2025-06-29 20:02:31]
failed to deploy certificate
[2025-06-29 20:02:31]
failed to execute sdk request 'cdn.GetDomainConfig': sdkerr: api error, code='200002', message='参数校验失败', errorCode='参数校验失败', errorMessage='请求参数校验失败,参数domain为必填,且不能为空'

其他 / Miscellaneous

Image

贡献 / Contribution

  • 我乐意为此贡献 PR! / I am interested in contributing a PR for this!
Originally created by @robert283 on GitHub (Jun 29, 2025). Original GitHub issue: https://github.com/certimate-go/certimate/issues/834 ### 软件版本 / Release Version 0.3.20 ### 缺陷描述 / Description 更新天翼云AccessOne证书报错; ### 复现步骤 / Steps to reproduce 申请证书正常,上传证书正常,绑定证书时候报错 ### 日志 / Logs <details> ```console [2025-06-29 20:02:31] ready to deploy certificate ... config: {"certificate":"5cSfOV1w3B3Ss5pIzjCkf#certificate","provider":"ctcccloud-ao","providerAccessId":"l6xp421293gsk46","providerConfig":{"domain":"www.xxxxx.com"},"skipOnLastSucceeded":true} [2025-06-29 20:02:31] ssl certificate uploaded result: {"certId":"46685","certName":"certimate-1751198071916"} [2025-06-29 20:02:31] sdk request 'cdn.GetDomainConfig' request: {"domain":"www.xxxxx.com"} response: {"statusCode":200002,"message":"参数校验失败","error":"CDN_200002","errorMessage":"请求参数校验失败,参数domain为必填,且不能为空","returnObj":{"domain":"","product_code":"","status":0,"area_scope":0,"cname":"","https_status":"","cert_name":""}} [2025-06-29 20:02:31] failed to deploy certificate [2025-06-29 20:02:31] failed to execute sdk request 'cdn.GetDomainConfig': sdkerr: api error, code='200002', message='参数校验失败', errorCode='参数校验失败', errorMessage='请求参数校验失败,参数domain为必填,且不能为空' ``` </details> ### 其他 / Miscellaneous ![Image](https://github.com/user-attachments/assets/2bbd6276-d615-4511-b4b1-bf54f05e4863) ### 贡献 / Contribution - [ ] 我乐意为此贡献 PR! / I am interested in contributing a PR for this!
kerem 2026-03-03 01:04:22 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@fudiwei commented on GitHub (Jun 29, 2025):

#833 提交了同样的日志,显示为 v0.3.18 版本,怎么这里就变成 v0.3.20 了?确认是在 v0.3.20 下复现的吗?

<!-- gh-comment-id:3016670532 --> @fudiwei commented on GitHub (Jun 29, 2025): #833 提交了同样的日志,显示为 v0.3.18 版本,怎么这里就变成 v0.3.20 了?确认是在 v0.3.20 下复现的吗?
Author
Owner

@robert283 commented on GitHub (Jun 29, 2025):

#833 提交了同样的日志,显示为 v0.3.18 版本,怎么这里就变成 v0.3.20 了?确认是在 v0.3.20 下复现的吗?

是的,我将版本升级到了0.3.20,且是docker运行的,报同样的错误

<!-- gh-comment-id:3016763711 --> @robert283 commented on GitHub (Jun 29, 2025): > [#833](https://github.com/certimate-go/certimate/issues/833) 提交了同样的日志,显示为 v0.3.18 版本,怎么这里就变成 v0.3.20 了?确认是在 v0.3.20 下复现的吗? 是的,我将版本升级到了0.3.20,且是docker运行的,报同样的错误
Author
Owner

@fudiwei commented on GitHub (Jun 29, 2025):

我实在复现不出来你这个错误 😕 。倒确实有一个参数错误,但是“productCode 为必填”,而不是“domain 为 必填”。

<!-- gh-comment-id:3016777624 --> @fudiwei commented on GitHub (Jun 29, 2025): 我实在复现不出来你这个错误 😕 。倒确实有一个参数错误,但是“`productCode 为必填`”,而不是“`domain 为 必填`”。
Author
Owner

@robert283 commented on GitHub (Jun 29, 2025):

我现在可以拉去最新的docker镜像测试了嘛?

我实在复现不出来你这个错误 😕 。倒确实有一个参数错误,但是“productCode 为必填”,而不是“domain 为 必填”。

<!-- gh-comment-id:3016795104 --> @robert283 commented on GitHub (Jun 29, 2025): 我现在可以拉去最新的docker镜像测试了嘛? > 我实在复现不出来你这个错误 😕 。倒确实有一个参数错误,但是“`productCode 为必填`”,而不是“`domain 为 必填`”。
Author
Owner

@fudiwei commented on GitHub (Jun 29, 2025):

我现在可以拉去最新的docker镜像测试了嘛?

你不是说已经拉的是最新版 v0.3.20 吗?

<!-- gh-comment-id:3016802185 --> @fudiwei commented on GitHub (Jun 29, 2025): > 我现在可以拉去最新的docker镜像测试了嘛? 你不是说已经拉的是最新版 v0.3.20 吗?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#569
No description provided.