Has anyone had success with disabling or setting SNI in ActiveMQ Classic jetty.xml?
I have tried everything I have seen posted on the Jetty web site and what I have found in other area and nothing seems to work. I am attempting to plae a load balancer in front of some ActiveMQ instance and it always fails with SNI errors. I have tried pass-thru as well as termminating at the LB and re-initializing a new cpmnection but no luck. Here is what I have set <property name="sniRequired" value="false" /> -Djetty.sslContext.sniRequired=false -Djetty.ssl.sniRequired=false -Djetty.ssl.sniHostCheck=false Jason