Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor corrections to text

...

Jira
serverSOS JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId6dc67751-9d67-34cd-985b-194a8cdc9602
keyYADE-286

Proxy elements can be specified for JumpFragment elements. 

Note that at the time of writing (Release 1.9.6 & 1.10.2) only HTTP proxies are supported for jump hosts. See the above-mentioned YADE-286 issue for more information.

The XML element hierarchy used to specify a proxy for - here - an SFTP connection for a jump host / demilitarized zone are:

  • ProtocolFragments
    • JumpFragment
      • ProxyForSFTP
        • HTTPProxy
          • BasicConnection
            • Hostname
            • Port (optional)
          • BasicAuthentication
            • Account
            • Password (optional)
        • SOCKS4Proxy
          • BasicConnection
            • Hostname
            • Port
        • SOCKS5Proxy
          • BasicConnection
            • Hostname
            • Port (optional)
          • BasicAuthentication
            • Account
            • Password (optional)

...