-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Description
Bug Description
when i try auth.token it says token is wrong and then i try just token(without auth.) it works
frpc Version
0.65.0
frps Version
0.65.0
System Architecture
linux/amd64
Configurations
Logs
with auth.token :
va1dy@debian:/frp_0.65.0_linux_amd64$ ./frpc/frp_0.65.0_linux_amd64$
WARNING: ini format is deprecated and the support will be removed in the future, please use yaml/json/toml format instead!
2025-11-01 17:28:15.465 [I] [sub/root.go:149] start frpc service for config file [./frpc.ini]
2025-11-01 17:28:15.465 [I] [client/service.go:325] try to connect to server...
2025-11-01 17:28:16.033 [E] [client/service.go:310] token in login doesn't match token from configuration
2025-11-01 17:28:16.033 [W] [client/service.go:328] connect to server error: token in login doesn't match token from configuration
2025-11-01 17:28:16.033 [I] [sub/root.go:167] frpc service for config file [./frpc.ini] stopped
login to the server failed: token in login doesn't match token from configuration. With loginFailExit enabled, no additional retries will be attempted
va1dy@debian:
Steps to reproduce
- just remove auth. and then it works
...
Affected area
- Docs
- Installation
- Performance and Scalability
- Security
- User Experience
- Test and Release
- Developer Infrastructure
- Client Plugin
- Server Plugin
- Extensions
- Others