mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #727] Https无法访问,Http 和TCP 都正常 #569
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#569
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 @zhangxiangfeng on GitHub (Apr 28, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/727
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.17.0
What operating system and processor architecture are you using (
go env)?从github下载的可执行文件 linux 64位
Configures you used:
frps.ini
frpc.ini
Steps to reproduce the issue:
1.访问 https://test3.frp.openread.cn/ 无效,截图如图
Describe the results you received:
Describe the results you expected:
期望 https 方式,能和 http 请求一样,正常返回数据, 本地服务用的是 nodejs 的http-serve 模块 跑的web页面
Additional information you deem important (e.g. issue happens only occasionally):
Can you point out what caused this issue (optional)
@zhangxiangfeng commented on GitHub (Apr 28, 2018):
这是web监控页面
@fatedier commented on GitHub (May 1, 2018):
你对 https 的使用方式可能有些误解,https 后端的服务需要是一个 https 服务而不是 http,frp 不处理证书相关的内容,需要将 http 转换成 https 请使用 nginx。
@zhangxiangfeng commented on GitHub (May 4, 2018):
这样啊,知道了............