mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4728] [Feature Request] static_file with https #3735
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#3735
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 @bonzius on GitHub (Mar 25, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4728
Describe the feature request
Is it possible to use the static_file plugin together with https?
The usecase:
The html files are inside the client. The server has certificates for its domain. The https request should be de/encryped on server side, the content is provided by the client.
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Mar 26, 2025):
I remember this was mentioned in an issue before. It's currently not supported, but it's in the long-term plan.
@bonzius commented on GitHub (Apr 2, 2025):
Ok. This workaround works fine:
@github-actions[bot] commented on GitHub (Apr 17, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.
@bonzius commented on GitHub (Apr 17, 2025):
A better solution:
Run highttpd on frontend and do there the https/certificate stuff. Then forward the request to frps vhostHTTPPort (e.g. 8888).
In the container you can use the static_file plugin.
@github-actions[bot] commented on GitHub (May 2, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.