diff options
author | Martin Ritchie <ritchiem@apache.org> | 2007-02-14 15:40:47 +0000 |
---|---|---|
committer | Martin Ritchie <ritchiem@apache.org> | 2007-02-14 15:40:47 +0000 |
commit | c206a9ed35ac489ffc86b47fb6c8df69266a73fa (patch) | |
tree | 2f657e59ffa3072817b1820d5672dc7480222c09 /java/broker/etc | |
parent | 80e9cae3e7fd6bb8216c0b0ddf74a51c48784814 (diff) | |
download | qpid-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.xml | 9 |
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> |