Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

json: unknown field "vhostHTTPSPort" #4089

Open
1 of 11 tasks
Jaydenha09 opened this issue Mar 20, 2024 · 6 comments
Open
1 of 11 tasks

json: unknown field "vhostHTTPSPort" #4089

Jaydenha09 opened this issue Mar 20, 2024 · 6 comments

Comments

@Jaydenha09
Copy link

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
@jikunchong
Copy link

jikunchong commented Mar 22, 2024

# frps.toml
vhostHTTPSPort = 443

@xqzr
Copy link

xqzr commented Mar 27, 2024

vhostHTTPSPort 不在 frpc

Copy link

Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

@d4renk
Copy link

d4renk commented Apr 23, 2024

Enable HTTPS for a local HTTP(S) service
image
vhostHTTPSPort = 443
文档写错了
按照实例写的话提示 json: unknown field "vhostHTTPSPort"
@fatedier

@xqzr
Copy link

xqzr commented Apr 23, 2024

Enable HTTPS for a local HTTP(S) service image vhostHTTPSPort = 443 文档写错了 按照实例写的话提示 json: unknown field "vhostHTTPSPort" @fatedier

可以自行更改文档

Copy link

Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants