brudo commented on PR #23: URL: https://github.com/apache/activemq-nms-openwire/pull/23#issuecomment-1165794090
Regarding the last commit: After testing against a broker configured to only allow TLS 1.1 or 1.2, and finding that it wasn't working, I looked closer at the SslProtocols enum and realized the value "Default" doesn't defer to the OS; the bits add up to use either SSL 3.0 or TLS 1.0 - a very old default. After changing it to "None", which has a value of 0 in the enum, it seems to defer properly to the OS (or at least negotiates successfully to use a protocol that is supported by the broker). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
