summaryrefslogtreecommitdiff
path: root/qpid/java/cpp.ssl.testprofile
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-07-01 13:43:08 +0000
committerRafael H. Schloming <rhs@apache.org>2009-07-01 13:43:08 +0000
commitd8e8cbb3117a5537c83f244aa049f6b7bdbf9504 (patch)
tree3c8c70f514804d612e67511d8dbe2bddb2743764 /qpid/java/cpp.ssl.testprofile
parentef022b32631c787391695c2e8c0416e1fe4fad3d (diff)
downloadqpid-python-d8e8cbb3117a5537c83f244aa049f6b7bdbf9504.tar.gz
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@790161 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/cpp.ssl.testprofile')
-rw-r--r--qpid/java/cpp.ssl.testprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/cpp.ssl.testprofile b/qpid/java/cpp.ssl.testprofile
index 74316e7da0..6812ebfae4 100644
--- a/qpid/java/cpp.ssl.testprofile
+++ b/qpid/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