mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[GH-ISSUE #74] Https pass trough #36
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/go-http-tunnel#36
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 @VictorNine on GitHub (Mar 2, 2018).
Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/74
Would it be an idea to allow https traffic to pass trough the proxy. This way the "operator" can't see the traffic. And you could still find the host from the handshake.
@mmatczuk commented on GitHub (Mar 3, 2018):
Use TCP proxy.
@VictorNine commented on GitHub (Mar 3, 2018):
Then you can't have multiple domains/hosts on the same port (443)
@mmatczuk commented on GitHub (Mar 3, 2018):
If you have something particular in mind please share it.
@VictorNine commented on GitHub (Mar 3, 2018):
I was thinking to use the client hello to extract the host/domain. I'll write a POC to see if it's actually possible. Might not be possible on subsequent connections.
@ice6 commented on GitHub (Jan 30, 2019):
I think TCP Proxy is the solution, the issue can be closed.