-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
http正向代理 401 Unauthorized #156
Comments
不会用验证可以先关闭验证。
发自我的 iPhone
… 在 2019年8月5日,14:40,Core-Chan ***@***.***> 写道:
在服务端日志里看得出来代理有正常启动,但随后的validation failed EOF应该是表示验证出了问题。 socks5也有这个问题。
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
关闭了验证,http和socks5正向代理都可以正常使用了。感谢作者。 我会去研究一下basic验证需要哪些工作。找到了方法后贴在楼下就close。
|
是不是么有判断
|
@cnlh any update? |
大BUG 待修复 |
这是2个问题, 指向的问题是说存在2个 http basic auth 引起的错误, 而这里指的是 只有一个 basic auth 下 从 |
感谢反馈,我们查阅了资料后,确实对http正向代理的处理有问题,按照标准,http正向代理服务器应该处理这个 |
需求:通过校内服务器访问内网资源。
情况:已通过nps建立与公网服务器连接,搭建了tcp隧道,可以使用ssh访问。
问题:401 Unauthorized
大致能明白是认证出了问题。但是一直未能解决。
我用的basic验证如下,不知道为什么没用
export http_proxy=xxx:xxx@abc.com:1082
export https_proxy=xxx:xxx@abc.com:1082
使用的是配置文件连接,在web端设置了http代理,web端显示basic验证的用户密码均正确
The text was updated successfully, but these errors were encountered: