[PR #104] [MERGED] SNI vhost proxy support #145

Closed
opened 2026-05-05 11:02:30 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: masterHead: sni-vhost


📝 Commits (1)

  • d6dc48e SNI 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mmatczuk/go-http-tunnel/pull/104 **Author:** [@sfranken-smartwireless](https://github.com/sfranken-smartwireless) **Created:** 10/23/2019 **Status:** ✅ Merged **Merged:** 10/23/2019 **Merged by:** [@mmatczuk](https://github.com/mmatczuk) **Base:** `master` ← **Head:** `sni-vhost` --- ### 📝 Commits (1) - [`d6dc48e`](https://github.com/mmatczuk/go-http-tunnel/commit/d6dc48e007a5c7c7f176d47e9e802269e1d9d5b3) SNI vhost proxy implemented ### 📊 Changes **10 files changed** (+143 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:02:30 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/go-http-tunnel#145
No description provided.