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 Setup "Network which require a HTTP Proxy" #39

Closed
yumin9822 opened this issue Jan 16, 2015 · 7 comments
Closed

How To Setup "Network which require a HTTP Proxy" #39

yumin9822 opened this issue Jan 16, 2015 · 7 comments

Comments

@yumin9822
Copy link

Could you describe how to "support Network which require a HTTP Proxy" in your HowTo? Thanks

@yumin9822
Copy link
Author

我公司网络,访问外网所有资源只能通过一个需要认证的http代理。我现在有一个国外VPS安装了shadowsocks,希望通过你的软件实现首先通过公司的http代理去连接我这个shadowsocks服务器。苦于不知道设置,求指教!谢谢

@v3aqb
Copy link
Owner

v3aqb commented Jan 19, 2015

Edit userconf.ini
[fgfwproxy]
parentproxy = http://user:pass@proxyserver

for newer versions (5.0+):
[FWLite]
parentproxy = http://user:pass@proxyserver

@tzq84
Copy link

tzq84 commented Jan 22, 2015

o9 kgf1 0emtcg4zkb f9
加上了还是不行,提示
FW-Lite 13:29:26 WARNING CONNECT tools.google.com:443 via AWS failed on read from remote! remote closed

@v3aqb v3aqb closed this as completed in 8eb2e91 Jan 22, 2015
@v3aqb
Copy link
Owner

v3aqb commented Jan 22, 2015

CCProxy的兼容性问题

@whiteskin
Copy link

parentproxy = http://user:pass@proxyserver

代理的用户名中有空格时报错 如john doe, 密码xxxx
ValueError: invalid literal for int() with base 10: 'doe:xxxx@proxy.com:8080

@v3aqb
Copy link
Owner

v3aqb commented Jun 2, 2015

Url里不能有空格(RFC 1738)
试试 john%20doe

whiteskin notifications@github.com于2015-6-2 9:35 周二写道:

parentproxy = http://user:pass@proxyserver

代理的用户名中有空格时报错 如john doe, 密码xxxx
ValueError: invalid literal for int() with base 10: 'doe:
xxxx@lps3.amk.st.com:8080


Reply to this email directly or view it on GitHub
#39 (comment).

@whiteskin
Copy link

原来如此. solved. thx.

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

4 participants