mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3331] Token error if authenticate_new_work_conns = true #2666
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#2666
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 @dlinx on GitHub (Feb 23, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3331
Bug Description
Token error on client startup if
authenticate_new_work_conns = trueorauthenticate_heartbeats = truefrpc Version
0.47.0
frps Version
0.47.0
System Architecture
Server: linux/amd64, Client: windows/amd64
Configurations
authenticate_new_work_conns = true
authenticate_heartbeats = true
Logs
2023/02/23 23:37:44 [I] [service.go:299] [ab7f3719eca08d92] login to server success, get run id [ab7f3719eca08d92], server udp port [7001]
2023/02/23 23:37:44 [I] [proxy_manager.go:142] [ab7f3719eca08d92] proxy added: [web]
2023/02/23 23:37:44 [I] [control.go:172] [ab7f3719eca08d92] [web] start proxy success
2023/02/23 23:37:44 [E] [control.go:155] [ab7f3719eca08d92] StartWorkConn contains error: token in NewWorkConn doesn't match token from configuration
Steps to reproduce
Affected area
@fatedier commented on GitHub (Feb 25, 2023):
https://github.com/fatedier/frp/blob/dev/conf/frpc_full.ini#LL33C37-L33C37
You should also set this parameters in frpc.ini