Whether or not TLS 1.3 works for you really depends on the JVM you're using. The "enabledProtocols" settings are passed through to the underlying instance of javax.net.ssl.SSLEngine provided by the JVM [1].
Justin [1] https://docs.oracle.com/en/java/javase/11/docs/api/java.base/javax/net/ssl/SSLEngine.html#setEnabledProtocols(java.lang.String%5B%5D) On Thu, Oct 14, 2021 at 4:24 PM martin naskovski <mar...@naskovski.info> wrote: > Hello - can I configure ActiveMQ 5.6.12 with TLS 1.3? I've a requirement to > support TLS 1.3 in addition to TLS 1.2. The documentation says to add the > protocol like so: > > transport.enabledProtocols=TLSv1.2,TLSv1.3 > socket.enabledProtocols=TLSv1.2,TLSv1.3 > > but I am paranoid if this is a tested/supported configuration. Has anyone > else gotten TLS 1.3 working with ActiveMQ? > > Thank you, > Martin >