[GH-ISSUE #2127] FRP是如何解析https的呢 #1691

Closed
opened 2026-05-05 13:05:01 -06:00 by gitea-mirror · 5 comments
Owner

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报文中。

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报文中。
gitea-mirror 2026-05-05 13:05:01 -06:00
Author
Owner

@Becods commented on GitHub (Dec 3, 2020):

https为加密报文,frp无能力解析
仅提供类似vhost的功能
如需可通过tcp+frpc端的vhost实现

<!-- gh-comment-id:737809746 --> @Becods commented on GitHub (Dec 3, 2020): https为加密报文,frp无能力解析 仅提供类似vhost的功能 如需可通过tcp+frpc端的vhost实现
Author
Owner

@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.

<!-- gh-comment-id:737811648 --> @lim-wei commented on GitHub (Dec 3, 2020): 收到,感谢回复 ------------------&nbsp;原始邮件&nbsp;------------------ 发件人: "蓝云Reyes"<notifications@github.com&gt;; 发送时间: 2020年12月3日(星期四) 下午5:56 收件人: "fatedier/frp"<frp@noreply.github.com&gt;; 抄送: "☀️"<2911455371@qq.com&gt;; "Author"<author@noreply.github.com&gt;; 主题: 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.
Author
Owner

@fatedier commented on GitHub (Dec 3, 2020):

关键字: SNI

<!-- gh-comment-id:737915105 --> @fatedier commented on GitHub (Dec 3, 2020): 关键字: SNI
Author
Owner

@yuxuechao commented on GitHub (Dec 15, 2020):

配合nginx再代理一层

<!-- gh-comment-id:744985704 --> @yuxuechao commented on GitHub (Dec 15, 2020): 配合nginx再代理一层
Author
Owner

@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.

<!-- gh-comment-id:770131060 --> @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.
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#1691
No description provided.