[
https://issues.apache.org/jira/browse/ARTEMIS-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16472158#comment-16472158
]
ASF GitHub Bot commented on ARTEMIS-1746:
-----------------------------------------
Github user blsemo commented on the issue:
https://github.com/apache/activemq-artemis/pull/2083
Ok, it seems to boil down to the difference between KQUEUE netty acceptor
(Mac native) and NIO netty acceptor (pure Java, used on Windows) - NIO works,
KQUEUE fails to find the cert chain. I have to investigate further, also need
to check how it behaves on Linux.
> Client-side openSSH support is broken
> -------------------------------------
>
> Key: ARTEMIS-1746
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1746
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.5.0
> Reporter: Christian Sailer
> Priority: Major
>
> The new feature to use openSSH via the netty-tcnative library in Artemis
> 2.5.0 only works for enabling on the server side.
> When enabling it on the client side, there are several issue, the first of
> which is that it tries to use a server ssl context on the client side and
> then fails due to a client/server mismatch.
> Also, I could not find any integration tests actually using openSSL.
> I am working on a patch to fix these issues including tests.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)