mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4380] 按照配置模板设置tls2raw,https相关的,结果frpc会闪退 #3459
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#3459
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 @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的证书,加上这行配置就会闪退,日志都没有记录原因,删除这段就正常了,不知什么问题
@haodiao commented on GitHub (Aug 16, 2024):
plugin tls2raw 是下个版本的,0.59.0 不支持,除非你自动手动编译一下,就能体验这个新特性了