Justin, You just saved me a lot of time, thx!
FYI, I see that Robbie updated the documentation on 18-aug, but in ARTEMIS-3421. e. -----Oorspronkelijk bericht----- Van: Justin Bertram <jbert...@apache.org> Verzonden: maandag 23 augustus 2021 03:51 Aan: users@activemq.apache.org Onderwerp: Re: SSL error as of artemis 2.18.0 EXTERNAL SENDER: Do not click any links or open any attachments unless you trust the sender and know the content is safe. EXPÉDITEUR EXTERNE: Ne cliquez sur aucun lien et n’ouvrez aucune pièce jointe à moins qu’ils ne proviennent d’un expéditeur fiable, ou que vous ayez l'assurance que le contenu provient d'une source sûre. The change in question is from ARTEMIS-3367 [1]. Since the hostname defined in the SSL cert on your broker can't be verified then you should either get a new cert for your broker for which the hostname *can* be verified or set verifyHost=false on the connector for the cluster-connection. I'll make this more clear in the relevant documentation [1]. Justin [1] https://urldefense.com/v3/__https://issues.apache.org/jira/browse/ARTEMIS-3367__;!!AaIhyw!9jkvRaZw1t4ba7OJzuo06w1EHZjmVsuMXrIaZq_LM9dWoqg252BBlmBkKP1fenty$ [2] https://urldefense.com/v3/__https://activemq.apache.org/components/artemis/documentation/latest/versions.html__;!!AaIhyw!9jkvRaZw1t4ba7OJzuo06w1EHZjmVsuMXrIaZq_LM9dWoqg252BBlmBkKCNafbTO$ On Sun, Aug 22, 2021 at 8:09 PM Dondorp, Erwin <erwin.dond...@cgi.com> wrote: > Hello! > > Since Artemis 2.18.0, the broker-broker connections (for clustering) > refuse to connect due to "Caused by: > java.security.cert.CertificateException: No name matching [hostname] > found". I did not try any client connections yet, so these might just > have the same problem. > My setup is the simplest possible SSL with self-signed certificates > since it is a development system. > While looking through the release notes (and zooming in on some of the > Jira issues), I did not quickly spot a change that would cause this. > I did not have this problem when using the snapshot versions of > 2.18.0, but the last version I actually checked was > apache-artemis-2.18.0-20210730.150450-205-bin.tar.gz. > So the question is: what was actually changed? (or is broken? can't > believe that). > > thx, > Erwin >