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

client-reverse-wstunnel with http proxy #11

Open
pankajbhagra opened this issue Aug 2, 2016 · 1 comment
Open

client-reverse-wstunnel with http proxy #11

pankajbhagra opened this issue Aug 2, 2016 · 1 comment
Assignees

Comments

@pankajbhagra
Copy link

pankajbhagra commented Aug 2, 2016

Is it possible to set the https_proxy from the client side of the reverse tunnel.

something similar to what wstunnel support
wstunnel -r port -p https://proxy_host:proxy_port wss://...

i didn't see this option (-p) available in reverse tunnel. Any suggestion how to achieve this ?

something inline with allowing reverse wstunnel to use HTTP_CONNECT to work across proxy.

@alotronto
Copy link

Hi pankajbhagra,

As you seen, in the reverse tunnel client isn't present the '-p' option, only because when reverse tunnel was developed the normal tunnel, developed by mhzed, didn't have the '-p' option.

The objective of reverse tunnel it is to expose, using a reverse server (usually with a public IP), a service present on the reverse client in order to make a direct connection with this service externally.

I think that the use of a http proxy by a reverse client probably it is a valid use case, but I don't know how many work it is necessary to develop this feature.

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

No branches or pull requests

5 participants