the-thing commented on PR #26: URL: https://github.com/apache/mina/pull/26#issuecomment-1539764637
I was able to crate 2 branches based of 2.2.X and they both work (still waiting for the CI to run). 1) The old method - by providing the peer address. https://github.com/the-thing/mina/tree/ssl_endpoint_algorithm Probably not desired. 2) Without providing the peer address - requires additional serverNames parameter https://github.com/the-thing/mina/tree/ssl_endpoint_2 The problem with this method is that the actual server peer address will not be automatically verified and will have to be passed as a "serverName". 3) There is also another fix that doesn't require any of the above. The unit tests uses "localhost" as a host name so I would have to recreate the keystores with appropriate hostname patterns. -- 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