mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #85] 使用特权模式,开启use_encryption,frps产生错误退出 #38
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#38
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 @Hirozy on GitHub (Aug 21, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/85
服务器端开启特权模式
客户端
之后打开xx.xxxx.xx:801,frps就会自动退出,并且报错,错误内容如下
@JimLee1996 commented on GitHub (Aug 21, 2016):
没有填特权密码,或者端口选用不当吧
@Hirozy commented on GitHub (Aug 21, 2016):
已经设置特权密码,端口选取没有问题
PS:use_encryption = false时正常
@fatedier commented on GitHub (Aug 21, 2016):
已经确认这是一个 bug,你可以暂时将
privilege_token改为一个小于 16 字节的字符串,后续会修复这个问题。