-
Notifications
You must be signed in to change notification settings - Fork 655
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
客户端需要前置代理要怎么配置? #35
Comments
10.10.81.12:5366 是什么类型的代理,认证方式是什么 |
HTTP代理 |
现在release和master都没有前置代理功能,需要切换gdev分支下 如果是纯HTTP代理(应该不太可能吧),需要mitm模式,导入根证书ca.pem后命令:
如果是https代理,命令:
|
应该是squid 做成的Http代理,可以编译个win的包么 |
goflyway -k="password" -up="[email protected]:5366;VPS:PORT" -l=":8100"
|
错误显示 |
10.10.81.12:5366 应该是 纯HTTP代理,直接代理访问国内是没有问题的 |
直接将浏览器的代理设为10.10.81.12:5366可以访问? |
可以 |
如果有curl的话,请尝试
看看有什么输出 |
root@localhost# curl -v -X GET -x 10.10.81.12:5366 http://www.baidu.com
< HTTP/1.1 200 OK
|
该问题无法重现 提议: 客户端使用 |
想请教一下,纯HTTP代理 为什么要 需要mitm模式? |
浏览器发出的https请求走不了http代理,必须通过中间人把其中的数据拆出来。 |
goflyway -k="password" -up="VPS:PORT" -l=":LOCAL_PORT"
前置代理 要配置代理ip 10.10.81.12 端口5366 才能上网
goflyway这个支持么?
The text was updated successfully, but these errors were encountered: