Holger-Benz opened a new issue, #481:
URL: https://github.com/apache/mina-sshd/issues/481

   ### Version
   
   2.12.1
   
   ### Bug description
   
   Hello dear Apache SSHD team,
   
   I would like to have the apache sshd client connect through a SOCKS5 or HTTP 
Proxy.
   
   Based on the eclipse jgit project we install a ClientProxyConnector that 
tells the session to divert all messages received to the proxy connector until 
the proxy protocol is finished.
   
   If the client is to connect to the remote SFTP server, the connection to the 
proxy is established first. This connection setup is logged in the proxy's log 
files. The sendClientProxyMetadata method is then called and the proxy protocol 
data is sent using the method IoSession#writeBuffer().
   
   The problem is that the proxy does not receive this data. A wireshark 
analysis has confirmed that no data is being sent to the proyy.
   
   Do you have an idea what the problem might be?
   
   Kind regards
   Holger Benz
   
   
   ### Actual behavior
   
   The ClientProxyConnector#sendClientProxyMetadata method is called and the 
proxy protocol data is sent via the method IoSession#writeBuffer()
   
   According to the Wireshark analysis, no data is sent to the proxy.
   
   ### Expected behavior
   
   The data is sent via socket to the proxy
   
   ### Relevant log output
   
   _No response_
   
   ### Other information
   
   _No response_


-- 
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.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

Reply via email to