mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #562] 关于https转发的问题 #436
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#436
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 @rikonaka on GitHub (Dec 13, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/562
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
0.14.0
What operating system and processor architecture are you using (
go env)?centos7
Configures you used:
like https example
Steps to reproduce the issue:
Describe the results you received:
我在本地的机器上做了一个https,当然前提是http内网穿透之后是可以访问的,然后用的let's en的证书,然后我在在本地访问https是ok的,但是我内网穿透到公网之后firefox报错,谷歌浏览器也是报错
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Can you point out what caused this issue (optional)
@1oo1 commented on GitHub (Dec 14, 2017):
没有试过本地上证书的方式,但是看文档应该是支持的。
我现在用的是另一种方式,已经运行了两个月左右,挺稳定的,你可以参考下:证书部署在 server 的 nginx 上,然后反向代理 frps,frpc <--> frps 之间还是 http。
@rikonaka commented on GitHub (Dec 15, 2017):
@1oo1 ok,现在我直接在服务器上做网站了哈哈哈,实在搞不定
@yyingc commented on GitHub (Jan 21, 2018):
添加这两条
proxy_ssl_server_name on;
proxy_ssl_session_reuse off;
@vampuke commented on GitHub (Mar 9, 2018):
@1oo1 能不能分享一下nginx的设置 感激不尽