[GH-ISSUE #4380] 按照配置模板设置tls2raw,https相关的,结果frpc会闪退 #3459

Closed
opened 2026-05-05 14:13:33 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @zsanjin-p on GitHub (Aug 14, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4380

Describe the feature request

服务端和客户端使用:frp_0.59.0_windows_amd64

https://github.com/fatedier/frp/blob/dev/conf/frpc_full_example.toml 模板328行

frpc配置如下:

serverAddr = "1.1.1.1"
serverPort = 7000
auth.token = "114514"
transport.tcpMux = true
log.to = "./frpc.log"
log.level = "trace"
log.maxDays = 3
log.disablePrintColor = false

proxies
name = "plugin_tls2raw"
type = "https"
remotePort = 6008
[proxies.plugin]
type = "tls2raw"
localAddr = "127.0.0.1:8008"
crtPath = "./server.crt"
keyPath = "./server.key"

确认frpc工作目录下有crt和key的证书,加上这行配置就会闪退,日志都没有记录原因,删除这段就正常了,不知什么问题

Originally created by @zsanjin-p on GitHub (Aug 14, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/4380 ### Describe the feature request 服务端和客户端使用:frp_0.59.0_windows_amd64 https://github.com/fatedier/frp/blob/dev/conf/frpc_full_example.toml 模板328行 frpc配置如下: serverAddr = "1.1.1.1" serverPort = 7000 auth.token = "114514" transport.tcpMux = true log.to = "./frpc.log" log.level = "trace" log.maxDays = 3 log.disablePrintColor = false [[proxies]] name = "plugin_tls2raw" type = "https" remotePort = 6008 [proxies.plugin] type = "tls2raw" localAddr = "127.0.0.1:8008" crtPath = "./server.crt" keyPath = "./server.key" 确认frpc工作目录下有crt和key的证书,加上这行配置就会闪退,日志都没有记录原因,删除这段就正常了,不知什么问题
Author
Owner

@haodiao commented on GitHub (Aug 16, 2024):

plugin tls2raw 是下个版本的,0.59.0 不支持,除非你自动手动编译一下,就能体验这个新特性了

<!-- gh-comment-id:2292981526 --> @haodiao commented on GitHub (Aug 16, 2024): plugin tls2raw 是下个版本的,0.59.0 不支持,除非你自动手动编译一下,就能体验这个新特性了
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#3459
No description provided.