mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #711] 【请教大家】再提Https转发的疑问 #559
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#559
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 @BI7PRK on GitHub (Apr 18, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/711
关于Http转出现证书错误的问题。翻阅了所有Issues的相关讨论。似乎有人解决了问题。看得我云里雾里。也搞不清是怎么弄。有疑问请教一下大家:
是不是这样子?

如果不是,具体是怎么做的?谢谢。
@myroid commented on GitHub (Apr 18, 2018):
出现的错误可以贴出来一起看看?
方式就如你图所示,这样是可以的。
@BI7PRK commented on GitHub (Apr 18, 2018):
@myroid
就是证书错误。Client -> FRPS 时。读获取的证书可能是来自 FRPS 服务器上的。
如图所示的搭建是可以的。但这种框架不是真正意义上的转发。还是需要在FRPS服务器上配置Web服务。如果只能这么做,那么目前 FRPS 的 https 转没有实际应用意义。
@xiaoyell commented on GitHub (Apr 19, 2018):
@BI7PRK
按目前的配置文件来看,FRP只是简单的转发数据包的。想完美实现HTTPS转发,应该需要在FRPS里增加SSL模块了
@fatedier commented on GitHub (Apr 19, 2018):
上面说的比较清楚了,frps 做的事情是,解析第一个 https 请求,获取其中的域名,之后的流量完全透传,和证书等等无关,不感知。