mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1547] 客户端心跳校验失败 #1222
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1222
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 @potoo0 on GitHub (Dec 1, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1547
环境:
python -m http.server 8000服务端配置
frps.ini:客服端配置
frpc.ini:如上启动后,无法访问 web01.frp.mydm.com:8080,页面显示:
服务端 trace 级别日志:
客户端 trace 级别日志:
上面日志是我截取的,时间可能对不上。
错误信息就是 do http health check, StatusCode is [404] not 2xx
防火墙方面:我开启了阿里云 ECS 的 7000。7500、8080 的入方向,日志中也没有看到任何关于网络问题。我感觉应该不是我的网络问题。
麻烦大家,可以给我指导下吗?
@fatedier commented on GitHub (Dec 2, 2019):
这不是心跳检测失败,是健康检查失败,不需要健康检查的话把 health_check 开头的部分都删掉。
@potoo0 commented on GitHub (Dec 2, 2019):
嗯。去掉这部分确实可以了,谢谢啦。那为什么健康检查不通过呀?
@fatedier commented on GitHub (Dec 2, 2019):
这是你自己配置的,自行检查下。