mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #930] 申请SSL证书失败 #637
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#637
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 @StephenJose-Dai on GitHub (Aug 19, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/930
软件版本 / Release Version
0.3.17
缺陷描述 / Description
执行工作流的时候失败,日志报connect: connection refused,但是我看了域名、端口都是正确的,浏览器也能直接打开,但是得说下,我的这个服务有点特殊,就是源服务器套了2层CDN,然后我本地nginx反向代理了这个域名,下面是报错的截图和服务拓扑
复现步骤 / Steps to reproduce
点击执行就报错
日志 / Logs
其他 / Miscellaneous
No response
贡献 / Contribution
@fudiwei commented on GitHub (Aug 19, 2025):
在 certimate 所在的主机上 curl 访问看看:
@StephenJose-Dai commented on GitHub (Aug 20, 2025):
似乎不通,但是我网页能打开,下面是我在windows客户端的结果
@fudiwei commented on GitHub (Aug 20, 2025):
curl 访问不通那就已经跟 certimate 无关了,建议自行排查一下网络设置、防火墙设置等,看看是不是阻止了某些请求。