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

Make wormhole server accept multiple tunnel protocols #10

Open
mbyczkowski opened this issue Jun 13, 2017 · 1 comment
Open

Make wormhole server accept multiple tunnel protocols #10

mbyczkowski opened this issue Jun 13, 2017 · 1 comment

Comments

@mbyczkowski
Copy link
Contributor

Right now the wormhole server is configured to accept one tunnel protocol (e.g. TCP/TLS conn pool or SSH). Given that we're working on adding HTTP2 tunneling (#8), it would be nice if various clients could just connect to the server.

Client-side:

  • can connect to the server and pass config info
  • display error/warning info for unsupported config
  • could include auth to check if token is valid

Server-side:

  • validate client request
  • provide endpoint info for client to connect to (e.g. SSH server, HTTP2 server, TLS server)
  • could check for client versions to determine if they're still supported.
@doodles526
Copy link
Contributor

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

No branches or pull requests

2 participants