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

How to forward with http proxy server? #15

Closed
zeandrade opened this issue Dec 7, 2017 · 9 comments
Closed

How to forward with http proxy server? #15

zeandrade opened this issue Dec 7, 2017 · 9 comments

Comments

@zeandrade
Copy link

Hi, I'm not shure if I its possible to do with glider:

Host_A -> http proxy server runing on 8080 with digest auth
Host_B -> host with access to proxy

I'm trying use glider in Host_B to enable a connection from some softwares without support to user/passwd digest auth, using this configuration:

verbose= True
listen=http://:9090
forward=http://MY_USER:MYPASS@proxy_server:8080

When I run, the local port is open, but no message are printed in output, and this command (just for test) has no response:

curl -x http://localhost:9090 -L http://www.some.web.site
@zeandrade zeandrade changed the title How to forward to http proxy server? How to forward with http proxy server? Dec 7, 2017
@nadoo
Copy link
Owner

nadoo commented Dec 12, 2017

Hi @zeandrade , glider doesn't support authentication in http protocol now, I'll add this feature later.

@zeandrade
Copy link
Author

zeandrade commented Dec 12, 2017

OK, Thanks @nadoo

@chenxsan
Copy link

Any plan? @nadoo

@nadoo
Copy link
Owner

nadoo commented Sep 17, 2018

Hi @chenxsan , glider supports http basic authentication in http proxy client, you can use it like:
glider -verbose -forward http://user:pass@host:port

digest auth is not supported and not planned yet.

@chenxsan
Copy link

@nadoo Thanks.

@everyx
Copy link

everyx commented Sep 18, 2018

Hi @chenxsan , glider supports http basic authentication in http proxy client, you can use it like:
glider -verbose -forward http://user:pass@host:port

digist auth is not supported and not planned yet.

Hi, Is glider support user:pass auth on when listening?

Like gost's auth support https://docs.ginuerzh.xyz/gost/configuration/

@nadoo
Copy link
Owner

nadoo commented Sep 18, 2018

Hi @everyx , authentication is not supported in http/socks5 server mode now.

I always use glider's http/socks5 proxy server in local network, is that necessary to add this feature? If we use glider as a proxy server over internet, we can use ss proxy server instead.
glider -listen ss://AEAD_CHACHA20_POLY1305:pass@:8443

@everyx
Copy link

everyx commented Sep 23, 2018

glider -listen ss://AEAD_CHACHA20_POLY1305:pass@:8443

@nadoo gost support using secrets.txt set multiple auth info on one proxy. how can I set multiple password for ss:// scheme?

@nadoo
Copy link
Owner

nadoo commented Sep 23, 2018

Hi @everyx , ss protocol does not support multiple users, however, you can listen to multiple ports with different password like:

glider -verbose -listen ss://AEAD_CHACHA20_POLY1305:pass@:8443 -listen ss://AEAD_CHACHA20_POLY1305:pass@:8444

@nadoo nadoo closed this as completed Mar 20, 2019
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

4 participants