Re: Java Client failing to authenticate w/ secure broker depending on Java version

2021-02-24 Thread cluelessdev
Yes, I forgot to mention that but I've been running with -Djavax.net.debug=ssl:handshake:verbose and sometimes -Djavax.net.debug=all. I think I have a strong theory of what the culprit might be. I found this post: http://qpid.2158936.n2.nabble.com/One-SSL-SASL-EXTERNAL-queue-creation-works-with-qp

Re: Java Client failing to authenticate w/ secure broker depending on Java version

2021-02-23 Thread Oleksandr Rudyy
Hi, I would like to suggest enabling on client ssl debug logging (-Djavax.net.debug=ssl,handshake). Hopefully, it might shed some lights on the issue with SSL handshake. Kind regards, Alex On Tue, 23 Feb 2021 at 18:52, cluelessdev wrote: > > Hi everyone, > > I'm experiencing a bizarre issue whe

Java Client failing to authenticate w/ secure broker depending on Java version

2021-02-23 Thread cluelessdev
Hi everyone, I'm experiencing a bizarre issue where a client will not properly connect to the Qpidd broker depending on which version of Java is being used. All of these versions work: 1.8u222 - 1.8u265. Starting with 1.8u272 the problem arises, however it is inconsistent/intermittent. I've also t