summaryrefslogtreecommitdiff
path: root/java/broker/etc
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-02-14 15:40:47 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-02-14 15:40:47 +0000
commitc206a9ed35ac489ffc86b47fb6c8df69266a73fa (patch)
tree2f657e59ffa3072817b1820d5672dc7480222c09 /java/broker/etc
parent80e9cae3e7fd6bb8216c0b0ddf74a51c48784814 (diff)
downloadqpid-python-c206a9ed35ac489ffc86b47fb6c8df69266a73fa.tar.gz
Applied QPID-6 SSL Options patch from Kevin Smith
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@507584 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker/etc')
-rw-r--r--java/broker/etc/config.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/java/broker/etc/config.xml b/java/broker/etc/config.xml
index 779a434332..0b4091efa5 100644
--- a/java/broker/etc/config.xml
+++ b/java/broker/etc/config.xml
@@ -24,8 +24,13 @@
<work>${QPID_WORK}</work>
<conf>${prefix}/etc</conf>
<connector>
- <ssl>false</ssl>
- <nonssl>true</nonssl>
+ <!-- Uncomment out this block and edit the keystorePath and keystorePassword
+ to enable SSL support
+ <ssl>
+ <enabled>true</enabled>
+ <keystorePath>/path/to/keystore.ks</keystorePath>
+ <keystorePassword>keystorepass</keystorePassword>
+ </ssl>-->
<qpidnio>true</qpidnio>
<transport>nio</transport>
<port>5672</port>