mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #4785] [Feature Request] https2https support hostHeaderRewrite support domain #3777
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#3777
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 @LinboLen on GitHub (May 6, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4785
Describe the feature request
current only support for ip addr for hostHeaderRewrite in https2https plugin.
if not config hostHeaderRewrite or config param is not ip the https2https will not take effect
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (May 6, 2025):
Could you please provide a minimal config example and explain what exactly doesn’t work when using a domain in hostHeaderRewrite? It would also help to clarify what you mean by “https2https will not take effect.
@LinboLen commented on GitHub (May 11, 2025):
have you tried test hostHeaderRewrite config as domain. it not working
[proxies.plugin]
type = "https2https"
localAddr = "172.20.0.2:443"
hostHeaderRewrite = "example.com"
crtPath = "/etc/frp/ssl/example.com.cer"
keyPath = "/etc/frp/ssl/example.com.key"
@fatedier commented on GitHub (May 13, 2025):
Please submit as much detailed information as possible in the bug report format.
@github-actions[bot] commented on GitHub (May 28, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.