mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4202] With using authtoken,it cloud be link failure in version 0.57.0 #3308
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#3308
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 @nxygen on GitHub (May 6, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4202
Bug Description
When i using such as this config
.tomlit will be connect a crash like this
frpc Version
0.57.0
frps Version
0.57.0
System Architecture
frps:linux/amd64,frpc:windows/amd64
Configurations
serverAddr = "xx.xx.xx.xx"
serverPort = xxxx
auth.method = "token"
auth.token = "vMCMpebGdfQiQSyzfjsyCOKh" #it is random generate
proxies
name = "test-tcp"
type = "tcp"
localIP = "127.0.0.1"
localPort = 22
remotePort = 6000
Logs
D:\Download\frp_0.57.0_windows_amd64>frpc.exe -c frpc.toml
2024-05-06 21:57:53.813 [I] [sub/root.go:142] start frpc service for config file [frpc.toml]
2024-05-06 21:57:53.824 [I] [client/service.go:294] try to connect to server...
2024-05-06 21:57:53.873 [W] [client/service.go:297] connect to server error: read tcp 192.168.31.140:62182->xx.xx.xx.xx:xxxx: wsarecv: An existing connection was forcibly closed by the remote host.
2024-05-06 21:57:53.873 [I] [sub/root.go:160] frpc service for config file [frpc.toml] stopped
login to the server failed: read tcp 192.168.31.140:62182->xx.xx.xx.xx:xxxx: wsarecv: An existing connection was forcibly closed by the remote host.. With loginFailExit enabled, no additional retries will be attempted
Steps to reproduce
...
Affected area
@nxygen commented on GitHub (May 6, 2024):
I try use
log.levelto show more detail.It return logs like that
@xqzr commented on GitHub (May 6, 2024):
#4195