mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2127] FRP是如何解析https的呢 #1691
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#1691
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 @lim-wei on GitHub (Dec 3, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2127
The solution you want
我想要了解一下,frp是否有解析https的过程,我能否把信息放入https的报文中使frp获取到。我翻看了所有文档,没有发现类似的功能配置,所以想要咨询一下。
Application scenarios of this function
我使用frp进行内网的穿透,通过域名访问frp代理的一个端口之后可以跳转到不同的服务上。我在tcp报文中加入信息,使frp可以根据这个信息选择跳转哪一个服务。现在我希望把这个信息放入https的报文而不是tcp报文中。
@Becods commented on GitHub (Dec 3, 2020):
https为加密报文,frp无能力解析
仅提供类似vhost的功能
如需可通过tcp+frpc端的vhost实现
@lim-wei commented on GitHub (Dec 3, 2020):
收到,感谢回复
------------------ 原始邮件 ------------------
发件人: "蓝云Reyes"<notifications@github.com>;
发送时间: 2020年12月3日(星期四) 下午5:56
收件人: "fatedier/frp"<frp@noreply.github.com>;
抄送: "☀️"<2911455371@qq.com>; "Author"<author@noreply.github.com>;
主题: Re: [fatedier/frp] FRP是如何解析https的呢 (#2127)
https为加密报文,frp无能力解析
仅提供类似vhost的功能
如需可通过tcp+frpc端的vhost实现
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
@fatedier commented on GitHub (Dec 3, 2020):
关键字: SNI
@yuxuechao commented on GitHub (Dec 15, 2020):
配合nginx再代理一层
@github-actions[bot] commented on GitHub (Jan 30, 2021):
Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.