Skip to content
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

Issue referring to the netty_proxy_client branch #4

Open
zerkz opened this issue Jul 1, 2015 · 4 comments
Open

Issue referring to the netty_proxy_client branch #4

zerkz opened this issue Jul 1, 2015 · 4 comments

Comments

@zerkz
Copy link

zerkz commented Jul 1, 2015

Hi @ganskef ,

Referring to this branch : https://github.com/ganskef/LittleProxy-mitm/tree/netty_proxy_client

I'm trying to figure out how to help you solve the MITM + chain proxy issue, and I noticed that the proxy server running on port 9090 does not seem to be running (I setup firefox and curl to route through it, while debugging the tests, and i get connection refused on them as well).

I'm going to debug further, maybe disable the tests, package the jar and see if i can implement this functionality (I'm not too amazing with Junit yet.)

I'd like to get talk with you a bit. I'm a native english speaker but I also took a few semesters of german.

@ganskef
Copy link
Owner

ganskef commented Jul 15, 2015

I've tried to describe the issue here. Please, try following:

  • Start a proxy with port 9090, like mitmproxy mitmproxy -p 9090. All tests will succeed.
  • Quit mitmproxy and start the LittleProxy-mitm Launcher. Three tests in ProxyClientNettyTest will fail while using a netty client - but, the same tests in ProxyClientUrlTest extends ProxyClientNettyTest are passed with a URLConnection based client.
  • What's wrong with this picture? :-/

@zerkz
Copy link
Author

zerkz commented Jul 15, 2015

We can close this issue.. I think it was a red herring. Specially if you can't reproduce it.

@zerkz zerkz closed this as completed Jul 15, 2015
@ganskef
Copy link
Owner

ganskef commented Jul 15, 2015

I think, you've closed the wrong issue, you do?

@zerkz zerkz reopened this Jul 15, 2015
@zerkz
Copy link
Author

zerkz commented Jul 15, 2015

@ganskef you were right, sorry. also forget the details of this.

@ganskef ganskef changed the title Netty Proxy server doesn't seem to be running/accepting connections for testProxy tests. Issue referring to the netty_proxy_client branch Jul 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants