[GH-ISSUE #4041] [Feature Request] Support for proxy https over http / 支持使用http代理https #3196

Closed
opened 2026-05-05 14:04:01 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @yuxiaolejs on GitHub (Mar 4, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4041

Describe the feature request

For some reason, I have some local services that's only willing to work over https (for example ESXI), and since my cloud server is configured to accept frp proxy via http, and then use nginx to expose to the public internet (with https), I need a way to let frps accept requests using http while frpc forwards it to a web server running https. I have explored so many ways but now the only solution is to add a middle layer of proxy that converts https to http. Really hope FRP can support this.

出于某些原因我需要把用http的代理访问https的服务,因为某些服务只能在https上用(说的就是ESXI)。我的云服务器配置是由FRP代理http流量后使用nginx反代到公网(同时转为https)。所以我需要frps接受http请求后由frpc转发到运行https协议的服务器上。目前探索了一些方法,不过最后只好再加一层代理,把https先转成http。真心希望FRP能支持这个功能。

Describe alternatives you've considered

add a middle layer of proxy that converts https to http

再加一层代理,把https先转成http

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @yuxiaolejs on GitHub (Mar 4, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/4041 ### Describe the feature request For some reason, I have some local services that's only willing to work over https (for example ESXI), and since my cloud server is configured to accept frp proxy via http, and then use nginx to expose to the public internet (with https), I need a way to let frps accept requests using http while frpc forwards it to a web server running https. I have explored so many ways but now the only solution is to add a middle layer of proxy that converts https to http. Really hope FRP can support this. 出于某些原因我需要把用http的代理访问https的服务,因为某些服务只能在https上用(说的就是ESXI)。我的云服务器配置是由FRP代理http流量后使用nginx反代到公网(同时转为https)。所以我需要frps接受http请求后由frpc转发到运行https协议的服务器上。目前探索了一些方法,不过最后只好再加一层代理,把https先转成http。真心希望FRP能支持这个功能。 ### Describe alternatives you've considered add a middle layer of proxy that converts https to http 再加一层代理,把https先转成http ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [X] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [X] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 14:04:01 -06:00
Author
Owner
<!-- gh-comment-id:1977488298 --> @xqzr commented on GitHub (Mar 4, 2024): https://gofrp.org/zh-cn/docs/reference/client-plugin/#http2httpspluginoptions
Author
Owner

@github-actions[bot] commented on GitHub (Mar 26, 2024):

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

<!-- gh-comment-id:2019173785 --> @github-actions[bot] commented on GitHub (Mar 26, 2024): Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d 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#3196
No description provided.