Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Tunnels and proxies mutually incompatible?

The issue has been resolved already. The fix will be included into the next release.
martin

Re: Tunnels and proxies mutually incompatible?

Thanks for your report. The behaviour is definitelly incorrect.
TS

Tunnels and proxies mutually incompatible?

WinSCP 4.00 (Windows XP SP2) doesn't apply proxy settings to the tunnel connection, if one is defined. This strikes me as a bug.

In this example case, I need to use an HTTP proxy (called "proxy") for outgoing connections. I want to connect to macrofish, which lies in a protected network segment. To access macrofish, I must tunnel an ssh connection through gatekeeper. The expected sequence of events is WinSCP asks proxy to connect to gatekeeper, asks gatekeeper to open a tunnel to macrofish, then opens a session on macrofish. What appears to be happening (based on debug logs) is WinSCP never talks to proxy but instead tries to connect directly to gatekeeper, which of course fails.

If I tell PuTTY to use proxy and forward a tunnel through gatekeeper to macrofish, I can then WinSCP to localhost and reach macrofish just fine.