mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3807] xtcp如何开启加密? #3029
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#3029
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 @PHCSJC on GitHub (Nov 28, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3807
Describe the feature request
文档是这样写的:自定义 TLS 协议加密,启用此功能后除 xtcp ,可以不用再设置 use_encryption 重复加密
问题是:最新版默认开启了TLS,如果不自定义证书的情况下,会使用内置自动生成的证书,此时xtcp会走加密吗?如果没有怎么开启加密呢?是用use_encryption参数吗?要在客户端和visitor都配置吗?
Describe alternatives you've considered
No response
Affected area
@superzjg commented on GitHub (Nov 28, 2023):
文档的意思就是默认开启 全局 tls 后,其他都有效,但对xtcp无效,需要在代理设置加密。
我觉得应该是服务端角色和访问端角色都要设置。
@xqzr commented on GitHub (Nov 28, 2023):
xtcp 默认使用 QUIC 传输
https://gofrp.org/zh-cn/docs/reference/visitor/#xtcpvisitorconfig
#3771
@mlkt commented on GitHub (Dec 3, 2023):
TLS了肯定是加密了的啊
@github-actions[bot] commented on GitHub (Jan 3, 2024):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.