mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #4089] json: unknown field "vhostHTTPSPort" #3227
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#3227
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 @Jaydenha09 on GitHub (Mar 20, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4089
Bug Description
json: unknown field "vhostHTTPSPort"
frpc Version
0.55.1
frps Version
0.55.1
System Architecture
server: linux/amd64, client: windows/amd64
Configurations
frpc_https.toml
serverAddr = "x.x.x.x"
serverPort = 7000
vhostHTTPSPort = 443
proxies
name = "https2http"
type = "https"
customDomains = ["mydomain"]
[proxies.plugin]
type = "https2http"
localAddr = "192.168.5.111:5000"
crtPath = "./server.crt"
keyPath = "./server.key"
hostHeaderRewrite = "192.168.5.111"
requestHeaders.set.x-from-where = "frp"
Logs
No response
Steps to reproduce
...
Affected area
@jikunchong commented on GitHub (Mar 22, 2024):
@xqzr commented on GitHub (Mar 27, 2024):
vhostHTTPSPort不在 frpc@github-actions[bot] commented on GitHub (Apr 18, 2024):
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
@d4renk commented on GitHub (Apr 23, 2024):
Enable HTTPS for a local HTTP(S) service

vhostHTTPSPort = 443
文档写错了
按照实例写的话提示 json: unknown field "vhostHTTPSPort"
@fatedier
@xqzr commented on GitHub (Apr 23, 2024):
可以自行更改文档
@github-actions[bot] commented on GitHub (May 15, 2024):
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.