ptupitsyn opened a new pull request, #10158:
URL: https://github.com/apache/ignite/pull/10158

   TLSv1.1 is deprecated. It causes an exception in 
`GridNioSslFilter.onSessionOpened`. However, 
`GridNioClientConnectionMultiplexer` waits on `sesFut` first, which never 
completes in this case.
   
   * Fix `GridNioClientConnectionMultiplexer` to wait on `sslHandshakeFut` 
first and fail on SSL exceptions instead of hanging.
   * Fix `GridNioSslFilter` to propagate exception details correctly.
   * Fix tests to use TLSv1.2 where needed.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to