Opened 12 years ago

Closed 12 years ago

#8192 closed Bug report (fixed)

Error when proxy name has trailing space

Reported by: Ian Redfern Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc: proxy, trailing space
Component version: Operating system type: Windows
Operating system version: Ubuntu 12.04/amd64 and Windows 7/i686

Description

If the setting for Connection/Generic Proxy/Proxy Host has a trailing space, FileZilla does not connect. Similar to #1054.

Failure log:

Status: Connecting to example.net...
Response: fzSftp started
Command: proxy 1 "proxy.example.com " 3128
Command: open "user@…" 22
Error: ssh_init: Proxy error: Unable to resolve proxy host name
Error: Could not connect to server

Working once proxy name fixed:

Status: Connecting to example.net...
Response: fzSftp started
Command: proxy 1 "proxy.example.com" 3128
Command: open "user@…" 22
Command: Trust new Hostkey: Once
Command: Pass:
Status: Connected to example.net

Of course there may be other parameters as well that don't strip trailing spaces. It's a minor issue, but took quite a while to diagnose.

Change History (1)

comment:1 by Tim Kosse, 12 years ago

Resolution: fixed
Status: newclosed

Thanks for reporting this.

Note: See TracTickets for help on using tickets.