[GH-ISSUE #4808] proxy [proxies.plugin] type ["https2http"] error #3798

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

Originally created by @wberry9813 on GitHub (May 23, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4808

Bug Description

尝试启用 https2http,但执行 frpc -c ./frpc.toml 一直输出:“proxy [proxies.plugin] type ["https2http"] error”

frpc Version

0.59.0, 0.62.1

frps Version

0.59.0, 0.62.1

System Architecture

linux/amd64

Configurations

[[proxies]]
name = "immich2"
type = https
custom_domains = ["immich.dmer.work"]
[proxies.plugin]
type = https2http
localAddr = 192.168.55.123:2283
crtPath = "./example.crt"
keyPath = "./example.key"
hostHeaderRewrite = 192.168.55.123
requestHeaders.set.x-from-where = frp

Logs

没有在frpc.log打印出日志,只有执行frpc后的一句报错

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 @wberry9813 on GitHub (May 23, 2025). Original GitHub issue: https://github.com/fatedier/frp/issues/4808 ### Bug Description 尝试启用 https2http,但执行 `frpc -c ./frpc.toml` 一直输出:“proxy [proxies.plugin] type ["https2http"] error” ### frpc Version 0.59.0, 0.62.1 ### frps Version 0.59.0, 0.62.1 ### System Architecture linux/amd64 ### Configurations ``` [[proxies]] name = "immich2" type = https custom_domains = ["immich.dmer.work"] [proxies.plugin] type = https2http localAddr = 192.168.55.123:2283 crtPath = "./example.crt" keyPath = "./example.key" hostHeaderRewrite = 192.168.55.123 requestHeaders.set.x-from-where = frp ``` ### Logs 没有在frpc.log打印出日志,只有执行frpc后的一句报错 ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [x] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 14:25:51 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (Jun 7, 2025):

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

<!-- gh-comment-id:2951319002 --> @github-actions[bot] commented on GitHub (Jun 7, 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#3798
No description provided.