mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4140] 客户端 0.57.0 在 win11 无法正常运行(配置问题,删除了tls.force = false就正常了) #3265
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#3265
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 @jjyou-github on GitHub (Apr 10, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4140
Bug Description
通过nssm工具,生成的服务无法启动;
命令行启动,没有任何内容回显。
客户端回退到0.53.2正常,其它中间版本未尝试
frpc Version
0.57.0 && 0.56.0
frps Version
0.52.3
System Architecture
windows/amd64
Configurations
serverAddr = "xxx"
serverPort = xxx
auth.method = "token"
auth.token = "xxx"
tls.force = false
user = "xxx"
proxies
name = "mstsc"
type = "tcp"
localIP = "127.0.0.1"
localPort = xxx
remotePort = xxx
Logs
No response
Steps to reproduce
No response
Affected area
@fatedier commented on GitHub (Apr 10, 2024):
请测试 release 页面下载的版本是否能够执行,其他方式不熟悉,无法提供有效建议。
@jjyou-github commented on GitHub (Apr 10, 2024):
就是从release页面下载的,windows_amd64的包,解压出来的exe
@fatedier commented on GitHub (Apr 10, 2024):
目前没有验证环境,但是大概率是使用姿势问题,你可以自行编译调试看看。
@suixin7260 commented on GitHub (Apr 10, 2024):
0.53是正常吗
@jjyou-github commented on GitHub (Apr 10, 2024):
正文里说了,0.53.2正常。
之前0.52.3也是正常的。
@xqzr commented on GitHub (Apr 10, 2024):