mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #992] [Bug] 阿里云 WAF3.0 接口必填参数缺失 #681
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#681
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 (Oct 15, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/992
软件版本 / Release Version
0.3.27 以及 0.4.0
缺陷描述 / Description
阿里云 Waf 后端接口参数必填项多了一个和阿里那边确认过
复现步骤 / Steps to reproduce
0.3.27 以及 0.4.0 都执行失败
目前的参数
sdk request 'waf.ModifyDefaultHttps'
request:
{"CertId":"20694567-cn-hangzhou","InstanceId":"waf_v2_public_cn-z******","RegionId":"cn-hangzhou","TLSVersion":"tlsv1"}
实际调用需要传的参数
aliyun waf-openapi ModifyDefaultHttps --region cn-hangzhou --RegionId 'cn-hangzhou' --CertId '20958753-cn-hangzhou' --TLSVersion 'tlsv1.1' --InstanceId 'waf_v2_public_cn-z****' --EnableTLSv3 true
日志 / Logs
其他 / Miscellaneous
No response
贡献 / Contribution