On 16/04/18 12:21, mlange wrote:
But then I looked in the broker log... and there it is:
2018-04-16 13:05:04,657 WARN
[org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler]
AMQ119031: Unable to validate user from /192.168.0.1:33034. Username: null;
SSL certificate subject DN: unavailable:
ActiveMQAMQPInternalErrorException[errorType=INTERNAL_ERROR
message=AMQ119031: Unable to validate user from /192.168.0.1:33034.
Username: null; SSL certificate subject DN: unavailable]

That looks a bit as if artemis is trying to authenticate the connection via a client certificate. From the config snippet you supplied it doesn't look like it is using TLS, let alone supplying a client cert. Are you able to get a protocol trace for the interaction between the router and the broker? (A simple way to do this would be to start a router with that connector in with env var PN_TRACE_FRM=1 and capture the output)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to