mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #875] [Bug] win 宝塔部署证书错误 linux没问题 #594
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#594
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 @moxuexue on GitHub (Jul 16, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/875
软件版本 / Release Version
v0.3.23
缺陷描述 / Description
[2025-07-16 16:55:05]failed to deploy certificate
[2025-07-16 16:55:05]failed to execute sdk request 'bt.SiteSetSSL': sdkerr: unexpected status code: 502, resp:
具体错误提示 8个站点 全部失败 另外linux的宝塔没问题
复现步骤 / Steps to reproduce
win宝塔部署复现
日志 / Logs
其他 / Miscellaneous
No response
贡献 / Contribution
@moxuexue commented on GitHub (Jul 16, 2025):
面板实际没有502呢..
@fudiwei commented on GitHub (Jul 16, 2025):
在 Certimate 所在的主机上通过 curl 访问宝塔 API 看看返回的是什么?
P.S. 如果 Certimate 是通过 Docker 部署的,进入容器内再测试。
@moxuexue commented on GitHub (Jul 16, 2025):
开始没有curl 安装后 执行了 然后啥也没返回呢?
@moxuexue commented on GitHub (Jul 16, 2025):
我在本地cmd执行 提示
curl: (35) schannel: next InitializeSecurityContext failed: CRYPT_E_REVOCATION_OFFLINE (0x80092013) - 由于吊销服务器已脱机,吊销功能无法检查吊销。
这是哪里的证书出问题了? 宝塔的我看没过期呢.
@fudiwei commented on GitHub (Jul 16, 2025):
增加一个
-v参数打印下详细报文看看@moxuexue commented on GitHub (Jul 16, 2025):
搞定了 我的哥 我的问题 在授权 提供商那里 我宝塔地址填的http 实际是我上了https...忘记修改了 感谢!