Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document new TCP proxy chaining functionality #1377

Closed
kenjenkins opened this issue Apr 26, 2024 · 0 comments · Fixed by #1380
Closed

Document new TCP proxy chaining functionality #1377

kenjenkins opened this issue Apr 26, 2024 · 0 comments · Fixed by #1380

Comments

@kenjenkins
Copy link
Contributor

Let's add a section under https://www.pomerium.com/docs/capabilities/tcp#advanced-usage to document the new TCP proxy chaining support:

If a TCP route has the scheme tcp:https:// in the To URL, the raw TCP connection will be proxied to the upstream. (This matches the current behavior.)

If a TCP route has the scheme http:https:// or https:// in the To URL, the HTTP CONNECT request itself will be proxied to the upstream, allowing the upstream service to terminate the CONNECT request and possibly proxy the raw TCP connection to a different backend service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant