mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #112] Parent/Upstream HTTP Proxy with Authentication #58
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#58
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 @elog08 on GitHub (Jul 15, 2018).
Original GitHub issue: https://github.com/snail007/goproxy/issues/112
I would like to use goproxy as a tunnel to an authenticated HTTP proxy.
goproxy:33080 -> user:pass@proxy.site:3333 -> www.example.org
I have tried the following:
proxy http --always -t tcp -p ":33080" -T tcp -P "proxy.site:3333" -u "user" -A "pass"proxy http --always -t tcp -p ":33080" -T tcp -P "proxy.site:3333" -A "user:pass"but I get a Proxy Authorization error
Any help appreciated,
Thanks
@snail007 commented on GitHub (Jul 15, 2018):
-A not supported by http(s) proxy , you can use sps model to do that, sps : https://github.com/snail007/goproxy#6proxy-protocol-conversion