mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #314] 伸手求一则nginx转发https的配置 #232
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#232
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 @rosystain on GitHub (May 12, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/314
内网无法获得SSL证书
我使用自签的证书通过https反代nginx到frp后能够正常通过vhost的https端口访问。
当然证书肯定是不被信任的。
于是在服务端配置另一个nginx反代frp的https端口,使用了正常签发的证书,访问显示bad 502
所以整个过程应该是
nginx --> frpc --> frps --> nginx
问题肯定是出在frps --> nginx 这个环节上。
配置如下
@fatedier commented on GitHub (May 18, 2017):
issue 仅用于反馈 bug,建议在其他平台寻求帮助。
@lcl1995225 commented on GitHub (Jul 26, 2018):
我也遇到了rosystain的问题,请问rosystain解决了吗?