Repository: activemq-artemis Updated Branches: refs/heads/master 50b18dfbb -> 4cbc38778
This closes #2315 ARTEMIS-1919 implement SNI properly Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/4cbc3877 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/4cbc3877 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/4cbc3877 Branch: refs/heads/master Commit: 4cbc3877821f23944dbc22e154b609deafd1789f Parents: 50b18df c60d178 Author: andytaylor <[email protected]> Authored: Tue Sep 18 08:00:05 2018 +0100 Committer: andytaylor <[email protected]> Committed: Tue Sep 18 08:00:05 2018 +0100 ---------------------------------------------------------------------- .../remoting/impl/netty/NettyConnector.java | 20 ++- .../core/remoting/impl/netty/NettyAcceptor.java | 13 ++ docs/user-manual/en/configuring-transports.md | 12 ++ .../ssl/CoreClientOverOneWaySSLTest.java | 123 ++++++++++++++++++- 4 files changed, 158 insertions(+), 10 deletions(-) ----------------------------------------------------------------------
