[GH-ISSUE #4931] 1Panel-frpc-wXLy | unmarshal ProxyConfig error: json: unknown field "tls" #3891

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

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 14:29:00 -06:00
Author
Owner

@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.

<!-- gh-comment-id:3230485029 --> @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.
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#3891
No description provided.