[GH-ISSUE #1874] 公司局域网被禁用frp #1481

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

Originally created by @uu-xixi on GitHub (Jun 21, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1874

在家使用客户端连接服务端都没什么问题,但是到了公司启动客户端的时候就会被报错。
2020/06/21 16:00:48 [W] [service.go:101] login to server failed: EOF
EOF
看到issues有人跟我遇到的问题类似 版本使用0.33,客户端配置common下面加入tls_enable = true即可但是还是会爆login to server failed: EOF EOF。通过设置use_encryption = true还是不行。请教一下各位大佬,该如何解决。 配置如下:、

[common]
server_addr = xxxx
token =xxxxx
server_port = 5443

[http_web]
type = tcp
local_ip = 127.0.0.1
local_port = 8200
remote_port = 80
use_encryption = true
use_compression = true
custom_domains = xxxx.xxxx.xxxx

Originally created by @uu-xixi on GitHub (Jun 21, 2020). Original GitHub issue: https://github.com/fatedier/frp/issues/1874 在家使用客户端连接服务端都没什么问题,但是到了公司启动客户端的时候就会被报错。 2020/06/21 16:00:48 [W] [service.go:101] login to server failed: EOF EOF 看到issues有人跟我遇到的问题类似 `版本使用0.33,客户端配置common下面加入tls_enable = true即可`但是还是会爆login to server failed: EOF EOF。通过设置`use_encryption = true`还是不行。请教一下各位大佬,该如何解决。 配置如下:、 [common] server_addr = xxxx token =xxxxx server_port = 5443 [http_web] type = tcp local_ip = 127.0.0.1 local_port = 8200 remote_port = 80 use_encryption = true use_compression = true custom_domains = xxxx.xxxx.xxxx
Author
Owner

@fatedier commented on GitHub (Jun 22, 2020):

tls_enable 需要在客户端和服务端都增加。

另外,既然公司禁用,建议走正规渠道经过允许后再使用,否则有安全风险可能需要承担一定后果。

<!-- gh-comment-id:647244825 --> @fatedier commented on GitHub (Jun 22, 2020): `tls_enable` 需要在客户端和服务端都增加。 另外,既然公司禁用,建议走正规渠道经过允许后再使用,否则有安全风险可能需要承担一定后果。
Author
Owner

@uu-xixi commented on GitHub (Jun 22, 2020):

tls_enable 需要在客户端和服务端都增加。

另外,既然公司禁用,建议走正规渠道经过允许后再使用,否则有安全风险可能需要承担一定后果。

嗯嗯,蟹蟹大佬~

<!-- gh-comment-id:647249020 --> @uu-xixi commented on GitHub (Jun 22, 2020): > `tls_enable` 需要在客户端和服务端都增加。 > > 另外,既然公司禁用,建议走正规渠道经过允许后再使用,否则有安全风险可能需要承担一定后果。 嗯嗯,蟹蟹大佬~
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#1481
No description provided.