mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3412] http安全连接失败 #2730
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2730
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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.