Hello, I am attempting to implement proxy chaining, I know it is not supported out of the box but my project uses httpclient and they are stubborn about using it. I sent up a custom MainClientExec and created a method for tunnel to Proxy. What i dont understand is the comment in the source code of:
route: source --> p1 -->p2 --> target fact = source -->p1 --> target Why does this get rid of the 2nd proxy? In my attempts to get functionality i have had it where it fails to authenticate in the first hop or it authenticates the first hop and attempts to connect to the end point by passing the 2nd proxy which of course fails. I have read the comments on the source code and could use some direction. Both of my proxies utilize BASIC AUTH and same username/password so the situation should be fairly simple. I appear to have managed it to be in a state where it attempts to invoke the target but the connection is always reset Any help would be appreciated! -- Matthew Bialek
