mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 13:15:55 +03:00
[GH-ISSUE #1042] [Bug] 部署阿里云OSS时提示需要验证域名所有权 #708
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#708
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 @nkguo on GitHub (Nov 14, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1042
软件版本 / Release Version
v0.4.4
缺陷描述 / Description
证书申请已成功、域名已成功绑定到阿里云OSS存储桶并验证了域名所有权,并且用户AccessKey设置的是所有权限,但是发布到阿里云OSS时提示需要验证域名所有权:
failed to execute sdk request 'oss.PutCname': operation error PutCname: Error returned by Service. Http Status Code: 403. Error Code: NeedVerifyDomainOwnership. Request Id: 6916EAF134D7B3313685FEE3. Message: Please verify domain ownership by CreateCnameToken and try again.. EC: 0018-00000115. Timestamp: 2025-11-14 08:40:17 +0000 UTC. Request Endpoint: POST https://public-nick.oss-cn-beijing.aliyuncs.com/?cname&comp=add.复现步骤 / Steps to reproduce
日志 / Logs
其他 / Miscellaneous
No response
贡献 / Contribution
@fudiwei commented on GitHub (Nov 14, 2025):
建议咨询阿里云技术支持,如何判定所有权并不受 Certimate 控制。
可以参照此链接 https://help.aliyun.com/zh/openapi/query-logs 找到接口的调用日志发给客服。
@nkguo commented on GitHub (Nov 18, 2025):
Update: 部署域名设置的不对导致的该错误,已正常运行。 Thanks!