lqqyt2423 / go-mitmproxy

mitmproxy implemented with golang. 用 Golang 实现的中间人攻击(Man-in-the-middle),解析、监测、篡改 HTTP/HTTPS 流量。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upstream proxy example

t1nky opened this issue · comments

commented

Go 1.9.1
go-mitmproxy 1.3.1

I was trying to set up an upstream proxy but did not succeed.
https://docs.mitmproxy.org/stable/concepts-modes/#upstream-proxy

I have a proxy with authentication, and after I've to set HTTP_PROXY and HTTPS_PROXY variables, it started giving Proxy Authentication Required error.

I've tried to fork your repo and set the proxy manually, but it didn't work and I haven't dived deep to figure out why.

Was curious if it can be done without any changes or does it require some changed to the current version?

commented

Closed by #30