mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1466] Windows版frpc最新版本使用代理服务器的问题 #1155
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1155
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @greatbody on GitHub (Oct 15, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1466
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
(请不要在 issue 评论中出现无意义的 加1,我也是 等内容,将会被直接删除。)
(由于个人精力有限,和系统环境,网络环境等相关的求助问题请转至其他论坛或社交平台。)
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
frpc 0.29.0
What operating system and processor architecture are you using (
go env)?windows 10
Configures you used:
Steps to reproduce the issue:
Describe the results you received:
连接异常
login to server failed. service.go(86)
Describe the results you expected:
连接正常
Additional information you deem important (e.g. issue happens only occasionally):
机器:windows机器,连接在域里面
域账户:ABC/EFG
密码: 1qaz2wsx
代理服务器:abc.xxx.com:8123
已知如果通过IE上网,配置代理地址:abc.xxx.com,端口:8123
可以正常连接外网。
上述描述的域名,地址,端口,账户,密码均虚构
Can you point out what caused this issue (optional)
@greatbody commented on GitHub (Oct 16, 2019):
Update
我移除了 http_proxy 的配置行
然后执行,报错信息经过脱敏后:
@qiang-yu commented on GitHub (Oct 16, 2019):
你是配置信息里面有什么是 中文汉字 吧?
这看着就像是解析出错,应该是中文编码的解析出错,windows中文的编码和 linux 不一样
把所有中文都删除, 如果你的代理账号 XXX 本身就是中文的,那就悲剧了
@greatbody commented on GitHub (Oct 16, 2019):
更新下,前面的报错是缓存的信息,后面尝试后报错不一样。
加上http_proxy 的配置,现在报错是
Windows通过域账号登录的系统,系统的代理并未配置用户名密码,猜测是否是通过windows独特的方式进行的认证。
请问frp目前支持哪些代理认证协议?
谢谢!
@fatedier commented on GitHub (Oct 22, 2019):
407 是 http proxy 的鉴权失败了。
@greatbody commented on GitHub (Oct 22, 2019):
对,但是windows配置是ok的。我用VB写的一个简单的程序,使用XmlHttp组件,设置使用系统默认代理,可以发出请求。
请问是否可以支持windows的默认代理。而不是现在的显式配置,谢谢!
辛苦了大佬!
@greatbody commented on GitHub (Oct 22, 2019):
另外,支付宝支持了大佬5元,不成敬意。
@fatedier commented on GitHub (Oct 29, 2019):
@greatbody 目前支持环境变量和配置文件两种代理设置方式,和具体操作系统无关,不太了解 windows 默认代理是什么。