[GH-ISSUE #2352] 关于xtcp通信加密问题 #1869

Closed
opened 2026-05-05 13:12:36 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @KingFannie on GitHub (Apr 14, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2352

xtcp visitor与xtcp server的通信是否会加密

Originally created by @KingFannie on GitHub (Apr 14, 2021). Original GitHub issue: https://github.com/fatedier/frp/issues/2352 xtcp visitor与xtcp server的通信是否会加密
Author
Owner

@fatedier commented on GitHub (Apr 14, 2021):

https://gofrp.org/docs/features/common/network/

参考文档中的配置可以启用加密。

<!-- gh-comment-id:819558911 --> @fatedier commented on GitHub (Apr 14, 2021): https://gofrp.org/docs/features/common/network/ 参考文档中的配置可以启用加密。
Author
Owner

@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之间的流量

<!-- gh-comment-id:920610195 --> @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之间的流量
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#1869
No description provided.