I have a proxy chain with two hosts. Connecting all the way through using the IP address of the destination host works fine. If I use the hostname instead of IP to connect, and the hostname can't be reolved by the first proxy in the chain, then the connection is dropped at the first proxy and is not passed through to the second.
Is there some way I can configure the first proxy to pass the request through even though the name cannot be resolved?
I do not have any direct hosts configured on either proxy.
Wow, the jsocks is still being used... It has been a while since last time I (or probably anyone) looked into this code... can you please post some logs or error messages being displayed at or around the time the 'connection is dropped at the 1st proxy'... I just need something to narrow down the code section to look into... Thanks.
Wow, the jsocks is still being used... It has been a while since last time I (or probably anyone) looked into this code... can you please post some logs or error messages being displayed at or around the time the 'connection is dropped at the 1st proxy'... I just need something to narrow down the code section to look into... Thanks.
505702
Hi Richard thankyou for looking into this - below is a log to stdout from the first proxy host showing two connections, the first is using IP address as destination and second is using a name - the name is not resolveable on the first proxy host, but it is resolvableon the second.
I'm using SSH with connect-proxy proxyCmd to initiate the connection.
https://sourceforge.net/p/jsocks/bugs/8/#83b0