mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2724] write message to control connection error: stream closed #2177
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#2177
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 @rucciva on GitHub (Dec 30, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2724
Bug Description
frpc on a particular machine keep terminating with
write message to control connection error: stream closederror. Meanwhile it doesn't happen on frpc on other machine (different network). Could it be related to NAT settings or network security?frpc Version
v0.38.0
frps Version
v0.38.0
System Architecture
linux/amd64
Configurations
frps
docker-compose.yml
frps.ini
frpc
docker-compose.yml
frpc.ini
Logs
frps
frpc
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Jan 4, 2022):
Most probability yes.
@kum1ko commented on GitHub (Jan 6, 2022):
@fatedier 同样地问题(同样的系统),反复测试过,已排除防火墙等基本问题
简述下环境:
A服务器,visitor,类型tcp,通过stcp访问C服务器的代理服务(不涉及gfw)
B服务器,frps
C服务器,frpc,代理服务提供者,类型tcp
AC服务器均链接至B服务器,C使用tcp连接。
复现流程
综上问题的结论是:这个docker中的应用访问tcp类型的stcp服务时,frpc报错。更换这个结论中的任意变量均不会出现错误。
@fatedier commented on GitHub (Jan 6, 2022):
@kum1ko Your problem maybe not the same with this issue although with same log.
Can you open another issue?
@github-actions[bot] commented on GitHub (Feb 6, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.