You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "tomaswolf (via GitHub)" <gi...@apache.org> on 2023/05/19 18:23:03 UTC

[GitHub] [mina-sshd] tomaswolf commented on issue #376: sftp client using proxyJump fails with StreamCorruptedException: Incorrect identification (line too long)

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-unsubscribe@mina.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org