mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #951] [Bug] 无法向宝塔WAF部署网页证书 #651
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#651
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 @NikoCat233 on GitHub (Sep 4, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/951
软件版本 / Release Version
v0.3.26
缺陷描述 / Description
分支 1
[2025-09-04 10:45:14]
without any conditions, enter this branch
非AU站点
[2025-09-04 10:45:14]
ready to deploy certificate ...
[2025-09-04 10:45:15]
sdk request 'bt.GetSiteList'
[2025-09-04 10:45:15]
sdk request 'bt.ModifySite'
[2025-09-04 10:45:15]
failed to deploy certificate
[2025-09-04 10:45:15]
failed to execute sdk request 'bt.ModifySite': sdkerr: unexpected status code: 400, resp: {"code":-1,"res":"1 error(s) decoding:\n\n* 'server.listen_ssl_port[0]' expected type 'string', got unconvertible type 'float64', value: '443'","nonce":1756953915}
通知
[2025-09-04 10:45:15]
ready to send notification ...
[2025-09-04 10:45:15]
webhook responded
[2025-09-04 10:45:15]
notification completed
分支 2
[2025-09-04 10:45:15]
without any conditions, enter this branch
AU站点
[2025-09-04 10:45:15]
ready to deploy certificate ...
[2025-09-04 10:45:16]
sdk request 'bt.GetSiteList'
request:
{"p":1,"p_size":100,"site_name":"au-us.------.me,au-as.------.me,au-eu.------.me"}
response:
{"code":0,"res":{"list":[],"total":0}}
[2025-09-04 10:45:16]
failed to deploy certificate
[2025-09-04 10:45:16]
site not found
复现步骤 / Steps to reproduce
宝塔waf版本 6.4
问题1:宝塔waf解析不到ssl端口值
问题2:不支持用半角逗号分隔同时部署多个站点的证书
日志 / Logs
No response
其他 / Miscellaneous
No response
贡献 / Contribution
@sunzhong2003 commented on GitHub (Sep 4, 2025):
的确有这个问题,希望能修复