mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3191] 转局域网的https出错 #2561
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#2561
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 @gamexy on GitHub (Nov 29, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3191
Bug Description
转http服务没有问题,但如果是https,就会报
ERR_SSL_PROTOCOL_ERROR
frpc Version
0.45
frps Version
0.45
System Architecture
linux/amd64
Configurations
frpc的配置
[common]
server_addr = x.x.x.x
server_port = 7000
[NASweb]
type = tcp
local_ip = 192.168.1.100
local_port = 5000
remote_port = 5000
然后浏览器使用x.x.x.x:5000访问,就出现以下提示
此站点的连接不安全x.x.x.x 发送了无效的响应。
尝试运行 Windows 网络诊断。
ERR_SSL_PROTOCOL_ERROR
Logs
No response
Steps to reproduce
...
Affected area
@Becods commented on GitHub (Nov 29, 2022):
你穿透的是tcp
不关frp的事
自行寻找原因
@gamexy commented on GitHub (Nov 30, 2022):
确实不关frp的事儿,是我使用上的问题,请问该怎样做?
@gamexy commented on GitHub (Nov 30, 2022):
找到问题了,frpc端上的openssl版本的问题