mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4931] 1Panel-frpc-wXLy | unmarshal ProxyConfig error: json: unknown field "tls" #3891
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#3891
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 @linxchou on GitHub (Aug 13, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4931
Bug Description
frpc cannot run, it always rebooting
frpc Version
0.63.0
frps Version
0.63.0
System Architecture
linux/arm64
Configurations
serverAddr = "****"
serverPort = ****
auth.method = "token"
auth.token = "****"
webServer.addr = "0.0.0.0"
webServer.port = **
webServer.user = "admin"
webServer.password = "**"
webServer.pprofEnable = false
proxies
name = "web"
type = "http"
localPort = **
customDomains=["**.uk"]
transport.useEncryption = true
transport.useCompression = true
proxies
name = "bitwarden"
type = "tcp"
localIP = "127.0.0.1"
localPort = **
remotePort=**
transport.useEncryption = true
transport.useCompression = true
transport.tls.certFile = "/etc/frp/ssl/client.crt"
transport.tls.keyFile = "/etc/frp/ssl/client.key"
transport.tls.trustedCaFile = "/etc/frp/ssl/ca.crt"
Logs
1Panel-frpc-wXLy | unmarshal ProxyConfig error: json: unknown field "tls"
Steps to reproduce
...
Affected area
@github-actions[bot] commented on GitHub (Aug 28, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.