From cc0cb6411e14e23d45304c3ae84069d59b29465a Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Wed, 1 Jul 2009 13:43:08 +0000 Subject: fixed hang in SSL client, ssl profile still fails due to port conflicts, but it should no longer hang git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@790161 13f79535-47bb-0310-9956-ffa450edef68 --- java/cpp.ssl.testprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/cpp.ssl.testprofile') diff --git a/java/cpp.ssl.testprofile b/java/cpp.ssl.testprofile index 74316e7da0..6812ebfae4 100644 --- a/java/cpp.ssl.testprofile +++ b/java/cpp.ssl.testprofile @@ -1,5 +1,5 @@ broker.version=0-10 -broker=${project.root}/../cpp/src/qpidd -p @PORT --load-module ${project.root}/../cpp/src/.libs/ssl.so --ssl-cert-password-file ${project.root}/test_resources/ssl/pfile --ssl-cert-db ${project.root}/test_resources/ssl/server_db/ --ssl-require-client-authentication --data-dir ${build.data}/@PORT -t --auth no +broker=${project.root}/../cpp/src/qpidd -p @PORT --load-module ${project.root}/../cpp/src/.libs/ssl.so --ssl-cert-name localhost.localdomain --ssl-cert-password-file ${project.root}/test_resources/ssl/pfile --ssl-cert-db ${project.root}/test_resources/ssl/server_db/ --ssl-require-client-authentication --data-dir ${build.data}/@PORT -t --auth no test.excludesfile=${project.root}/ExcludeList ${project.root}/010ExcludeList ${project.root}/010ExcludeList-ssl test.excludeslist=org.apache.qpid.test.client.failover.FailoverTest#* profile.use_ssl=true -- cgit v1.2.1