mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2352] 关于xtcp通信加密问题 #1869
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#1869
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 @KingFannie on GitHub (Apr 14, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2352
xtcp visitor与xtcp server的通信是否会加密
@fatedier commented on GitHub (Apr 14, 2021):
https://gofrp.org/docs/features/common/network/
参考文档中的配置可以启用加密。
@KingFannie commented on GitHub (Sep 16, 2021):
在xtcp-server和xtcp-client的配置文件中均设置:
[common]
tls_enable = true
是否会加密xtcp-server和xtcp-client之间的流量,还是只加密两个frpc与frps之间的流量
还是在xtcp-server的配置文件设置:
[xtcp_server]
use_encryption = true
和
在xtcp-client的配置文件设置:
[xtcp_client]
use_encryption = true
才会加密xtcp-server和xtcp-client之间的流量