From 4c2f59492e4e2d19bbf5d8e4020cb9a4401b16f6 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Sun, 17 Mar 2013 23:47:36 +0000 Subject: QPID-4636: expand testing of the new TrustManagers - Removes the 'app2' cert from the test broker peer store so it only contains the 'app1' cert. - Add a java broker trust store (currently continues to match client trust store, contans the test CA). - Add a java client keystore with a completely untrusted cert. - Add additional unit testing of QpidPeersOnlyTrustManager inc use of otherwise trusted certs, and completely untrusted certs. - Add additional unit testing of QpidMultipleTrustManager and its behaviour when wrapping a regular TrustManager, a QpidPeersOnlyTrustManager, and both at once. - Add system tests showing a client with untrusted SSL cert failing to connect, then succeeding when adding it to the peerStore on the broker. Work by myself and Michal Zerola. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1457599 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/systests/etc/config-systests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java/systests/etc') diff --git a/qpid/java/systests/etc/config-systests.json b/qpid/java/systests/etc/config-systests.json index 36e6f61d43..b06b469891 100644 --- a/qpid/java/systests/etc/config-systests.json +++ b/qpid/java/systests/etc/config-systests.json @@ -24,7 +24,7 @@ "defaultVirtualHost" : "test", "keyStorePath": "${QPID_HOME}/../test-profiles/test_resources/ssl/java_broker_keystore.jks", "keyStorePassword": "password", - "trustStorePath": "${QPID_HOME}/../test-profiles/test_resources/ssl/java_client_truststore.jks", + "trustStorePath": "${QPID_HOME}/../test-profiles/test_resources/ssl/java_broker_truststore.jks", "trustStorePassword": "password", "authenticationproviders" : [ { "name" : "plain", -- cgit v1.2.1