Hello, As far as I know, a switch to ignore the invalid hostname was added with JIRA QPID-8535 (https://issues.apache.org/jira/browse/QPID-8535) due to the errors arising when hostname has had an underscore character. That seemed to be a workaround for a quite specific case. The workaround mechanism was broken in Java 17 due to the changes in SNI validation mechanism.
The unit test failing under Java 17 should be fixed with QPID-8587 (https://issues.apache.org/jira/browse/QPID-8587), PR - https://github.com/apache/qpid-broker-j/pull/135. We’re currently working on preparing the next Broker-J public build which will include this change as well as some other fixes and improvements (documented in latest Broker-J JIRAs), but it may take some time till it will be available. We hope to manage it till the end of the year. Kind regards, Daniil Kirilyuk --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
