mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2600] [Feature Request] Make Frps behind Nginx for HTTPS connections. #2074
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#2074
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 @zhrtc on GitHub (Oct 4, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2600
Describe the feature request
My working environment only allows normal HTTP and HTTPS connections (Firewall has connect filters) to connect port 80 and 443 whereas my server's port 443 had already been occupied by Nginx so that I had to add an extra proxy layer by V2ray via WebSocket with TLS to proxy the frp data stream.
It would be appreciated if the Author could add an option for this in the config file to disable this"0x17" feature.
Thanks.
Describe alternatives you've considered
I understood that Frp also use normal https connections but an extra byte of 0x17 would be added as the first byte of the TLS stream for its own port multiplexing. I've tried to the remove this feature in the source code (3 locations I found) but the connection had been broken and could not connect anymore so I'm not sure whether there any other modifications were required to get this available.
Affected area
@github-actions[bot] commented on GitHub (Nov 4, 2021):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.