tomaswolf commented on issue #376: URL: https://github.com/apache/mina-sshd/issues/376#issuecomment-1555065524
`ProxyJump` is not intended to connect to HTTP or SOCKS proxies. It opens an SSH connection to the proxy and then _inside that SSH session_ connects to the target SSH server. Your Squid doesn't talk SSH, and thus it replies with an HTTP error reply, which is not part of the SSH protocol. Apache MINA sshd has no built-in support on the client side for connecting through HTTP or SOCKS proxies. See #309. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org