From 166e2621a5da0c1aea53ee0d35771df845ca010d Mon Sep 17 00:00:00 2001 From: gmallard Date: Thu, 15 Aug 2013 17:53:30 -0400 Subject: [PATCH] Update TLS example notes, correct truststore build. --- tlsexamps/readme.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tlsexamps/readme.txt b/tlsexamps/readme.txt index 30293e7..48deb49 100644 --- a/tlsexamps/readme.txt +++ b/tlsexamps/readme.txt @@ -12,3 +12,11 @@ instance that is configured to require client certificates. The exact cause of this failure is unknown at present. SSL logging seems to indicate that AMQ does not correctly read the client certificate chain. +#------------------------------------------------------------------------------- + +Update: Use cases 3 and 4 pass running against ActiveMQ. + +Code changes: none + +Modifications made: correctly build ActiveMQ's trust store! + -- 2.11.4.GIT