mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4551] Encryption和Compression选项启用无效 #3596
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#3596
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 @Metroyy on GitHub (Nov 22, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4551
Bug Description
问题描述
使用手册文档中的
transport.useEncryption = true和transport.useCompression = true配置后,在日志文件和仪表盘中查看传输,其输出还是false,tls疑似没生效,抓包后没有看到握手痕迹:frpc Version
0.61.0
frps Version
0.61.0
System Architecture
debian12/amd64,win11/amd64
Configurations
frpc.toml配置
frps.toml配置
疑惑
不知道是我写错了吗,启用面板用文档手册的方法不行:
使用chat给的另一种写法就可以:
日志也是同样的,文档手册的写法不生效:
使用chat给的写法可以生效:
关于加密和压缩,chat给了另一种写法,我也尝试过,还是没有生效,日志和仪表盘中还是输出false:
Logs
日志如下:
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Nov 22, 2024):
https://github.com/fatedier/frp/blob/dev/README.md
首页即文档,请完全参考文档编写配置。
@Matthew-Harris-36 commented on GitHub (Dec 16, 2024):
@Metroyy 我也遇到了这个问题,发现官网给的配置参数不对。比如 vhostHTTPSPort 就监听不了端口。
你是怎么安装的啊?我无论是服务端还是客户端都是用的这个Docker镜像 https://hub.docker.com/r/snowdreamtech/frpc 。
你说有没有可能是Docker作者的问题?