mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[PR #104] [MERGED] SNI vhost proxy support #145
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#145
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?
📋 Pull Request Information
Original PR: https://github.com/mmatczuk/go-http-tunnel/pull/104
Author: @sfranken-smartwireless
Created: 10/23/2019
Status: ✅ Merged
Merged: 10/23/2019
Merged by: @mmatczuk
Base:
master← Head:sni-vhost📝 Commits (1)
d6dc48eSNI vhost proxy implemented📊 Changes
10 files changed (+143 additions, -10 deletions)
View changed files
📝
Gopkg.toml(+4 -0)📝
README.md(+7 -2)📝
cmd/tunnel/config.go(+28 -0)📝
cmd/tunnel/options.go(+4 -0)📝
cmd/tunnel/tunnel.go(+2 -0)📝
cmd/tunneld/options.go(+7 -3)📝
cmd/tunneld/tunneld.go(+1 -0)📝
proto/controlmsg.go(+1 -0)📝
server.go(+88 -4)📝
tcpproxy.go(+1 -1)📄 Description
SNI vhost proxy allows several tls vhosts on same port with different certificates.
The TLS connection is terminated by the tunnel client end point. The end point provides its own certificate, so end-to-end encryption is achieved.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.