[GH-ISSUE #4835] https2http(或 https2https)插件导致 Plex 播放异常/连接不稳定问题 #3818

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

Originally created by @op1nn on GitHub (Jun 15, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4835

Bug Description

我在使用 FRP 的 https2http(或 https2https)插件,将外部 HTTPS 流量代理到内网 Plex 服务时,遇到以下问题:
通过插件访问 Plex,PC 端可以正常播放视频,但有时播放中途会自动结束(非手动跳片)。
Plex 客户端侧边栏的用户头像会持续刷新,显示异常。
直接用 VPS 反向代理(Nginx + FRP)直接TCP穿透则无此问题。
这是否为https2http插件的问题

frpc Version

0.62.1

frps Version

0.52.0

System Architecture

windows/amd64

Configurations

loginFailExit = false
serverAddr = 'frp.com'
serverPort = 8088
user =

[auth]
method = 'token'
token = '123

[frpmgr]
name = 'frp'

proxies
name = 'plex'
remotePort = 48329
type = 'tcp'

[proxies.plugin]
crtPath = 'C://ssl//.op.xyz//fullchain.cer'
enableHTTP2 = true
keyPath = 'C://ssl//
.op.xyz//op1n01.xyz.key'
localAddr = '192.168.1.166:10443'
type = 'https2https'

[transport]
tcpMux = true

[transport.tls]
disableCustomTLSFirstByte = false
enable = false

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
Originally created by @op1nn on GitHub (Jun 15, 2025). Original GitHub issue: https://github.com/fatedier/frp/issues/4835 ### Bug Description 我在使用 FRP 的 https2http(或 https2https)插件,将外部 HTTPS 流量代理到内网 Plex 服务时,遇到以下问题: 通过插件访问 Plex,PC 端可以正常播放视频,但有时播放中途会自动结束(非手动跳片)。 Plex 客户端侧边栏的用户头像会持续刷新,显示异常。 直接用 VPS 反向代理(Nginx + FRP)直接TCP穿透则无此问题。 这是否为https2http插件的问题 ### frpc Version 0.62.1 ### frps Version 0.52.0 ### System Architecture windows/amd64 ### Configurations loginFailExit = false serverAddr = 'frp.com' serverPort = 8088 user = [auth] method = 'token' token = '123 [frpmgr] name = 'frp' [[proxies]] name = 'plex' remotePort = 48329 type = 'tcp' [proxies.plugin] crtPath = 'C://ssl//_.op.xyz//fullchain.cer' enableHTTP2 = true keyPath = 'C://ssl//_.op.xyz//op1n01.xyz.key' localAddr = '192.168.1.166:10443' type = 'https2https' [transport] tcpMux = true [transport.tls] disableCustomTLSFirstByte = false enable = false ### Logs _No response_ ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 14:26:32 -06:00
Author
Owner

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

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

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