mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 08:25:54 +03:00
[GH-ISSUE #489] Proxy Authentication Required #392
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#392
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 @zh19990906 on GitHub (Jun 14, 2022).
Original GitHub issue: https://github.com/snail007/goproxy/issues/489
我所使用的上级代理是那种带账号密码认证的,也就是指定的上级代理的时候需要添加认证的账号和密码,目前没有发现有相关的配置,希望大佬可以帮忙解答一下。
proxy http -t tcp -p "0.0.0.0:9972" -T tcp -P "账号:密码@ip:port"
上面的那个明显不对,希望大佬可以给出建议
@zh19990906 commented on GitHub (Jun 14, 2022):
-C proxy.crt -K proxy.key 这参数是读取文件的,但是的上级代理是只有账号和密码