mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #679] access to frp's https via cdn #534
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#534
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 @haoasdasdf on GitHub (Mar 28, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/679
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.16.1
What operating system and processor architecture are you using (
go env)?debian9
Configures you used:
bind_https_port = 443
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
How can I access https via cdn when I use frp?
Additional information you deem important (e.g. issue happens only occasionally):
Can you point out what caused this issue (optional)
@fatedier commented on GitHub (Mar 28, 2018):
It has noting to do with frp.
frp just forward all traffic to your https service.
@xiaoyell commented on GitHub (Apr 19, 2018):
It‘s need your CDN server support,changing your host of your request in header.
@haoasdasdf commented on GitHub (Apr 19, 2018):
I want to use cloudflare. In this case do you know how should I set up it in cloudflare?
@fatedier commented on GitHub (Apr 19, 2018):
It's not a problem about frp. So i will close it, if you want more help, try cloudflare's official website.
@lyh458 commented on GitHub (Jun 29, 2019):
Hi, have you solved the problem?