[GH-ISSUE #3412] http安全连接失败 #2730

Closed
opened 2026-05-05 13:45:30 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @XiaoYang-share on GitHub (Apr 15, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3412

Bug Description

http服务可正常穿透
https内网访问正常 使用frp后浏览器显示

SSL 接收到一个超出最大准许长度的记录
错误代码:SSL_ERROR_RX_RECORD_TOO_LONG

frpc Version

0.48.0

frps Version

0.48.0

System Architecture

linux x86_64

Configurations

frps.ini

[common]
bind_port = 8888
dashboard_port = 8080
vhost_http_port = 80
vhost_https_port = 443
subdomain_host = x.x.x.x
token = xxxxxxxxxxxx
dashboard_user = xxxx
dashboard_pwd = xxxx

frpc.ini

[common]
server_addr = x.x.x.x
server_port = 8888
admin_port = 8080
token = xxxx

[http]
type = http
local_port = 80
custom_domains = x.x.x.x

[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 21
remote_port = 21

[https]
type = https
#local_port = 443
custom_domains = x.x.x.x
#remote_port = 443
#use_encryption = true
#use_compression = true
#proxy_protocol_version = v2

plugin = https2http
plugin_local_addr = 127.0.0.1:80
plugin_crt_path = ./nginx.pem
plugin_key_path = ./nginx.key
plugin_host_header_rewrite = 127.0.0.1
plugin_header_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
Originally created by @XiaoYang-share on GitHub (Apr 15, 2023). Original GitHub issue: https://github.com/fatedier/frp/issues/3412 ### Bug Description http服务可正常穿透 https内网访问正常 使用frp后浏览器显示 SSL 接收到一个超出最大准许长度的记录 错误代码:SSL_ERROR_RX_RECORD_TOO_LONG ### frpc Version 0.48.0 ### frps Version 0.48.0 ### System Architecture linux x86_64 ### Configurations frps.ini [common] bind_port = 8888 dashboard_port = 8080 vhost_http_port = 80 vhost_https_port = 443 subdomain_host = x.x.x.x token = xxxxxxxxxxxx dashboard_user = xxxx dashboard_pwd = xxxx ------------------------------------------------------------- frpc.ini [common] server_addr = x.x.x.x server_port = 8888 admin_port = 8080 token = xxxx [http] type = http local_port = 80 custom_domains = x.x.x.x [ssh] type = tcp local_ip = 127.0.0.1 local_port = 21 remote_port = 21 [https] type = https #local_port = 443 custom_domains = x.x.x.x #remote_port = 443 #use_encryption = true #use_compression = true #proxy_protocol_version = v2 plugin = https2http plugin_local_addr = 127.0.0.1:80 plugin_crt_path = ./nginx.pem plugin_key_path = ./nginx.key plugin_host_header_rewrite = 127.0.0.1 plugin_header_X-From-Where = frp ### Logs _No response_ ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [X] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 13:45:30 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (May 16, 2023):

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

<!-- gh-comment-id:1548797735 --> @github-actions[bot] commented on GitHub (May 16, 2023): Issues go stale after 30d 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#2730
No description provided.