mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #5036] 配置证书时报错 #3963
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#3963
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 @holalahy on GitHub (Oct 30, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/5036
Bug Description
根据文档示例,在win10客户端中采用https方式配置证书
crtPath = "./ca/xxx.pem" keyPath = "./ca/xxx.key"启动客户端时报错:
D:\server\frp>frpc -c frpc.toml
unmarshal ProxyConfig error: json: unknown field "crtPath"
frpc Version
0.65.0
frps Version
0.65.04l
System Architecture
windows/amd64
Configurations
serverAddr = "x.x.x.x"
serverPort = 7000
proxies
name = "web"
type = "https"
localPort = 9999
customDomains = ["xx.xxx.com"]
crtPath = "./ca/xxx.pem"
keyPath = "./ca/xxx.key"
Logs
No response
Steps to reproduce
...
Affected area
@github-actions[bot] commented on GitHub (Nov 14, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.