summaryrefslogtreecommitdiff
path: root/qpid/java/broker/etc
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-07-13 14:37:23 +0000
committerRobert Gemmell <robbie@apache.org>2012-07-13 14:37:23 +0000
commit4dafd3cc40c262c13a53fc4ae853413a64aaa1cb (patch)
tree380e889f2d1516ce1a2f7484de2a2bce0db37047 /qpid/java/broker/etc
parentbfeb478032164121c8403c1a5fc375123d7ce66f (diff)
downloadqpid-python-4dafd3cc40c262c13a53fc4ae853413a64aaa1cb.tar.gz
QPID-3998: Add HTTPS support for the REST management interface
Applied patch from Oleksandr Rudyy <orudyy@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1361239 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker/etc')
-rw-r--r--qpid/java/broker/etc/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/broker/etc/config.xml b/qpid/java/broker/etc/config.xml
index e1aacd43b5..08c7c23d13 100644
--- a/qpid/java/broker/etc/config.xml
+++ b/qpid/java/broker/etc/config.xml
@@ -57,6 +57,9 @@
<keyStorePath>${conf}/qpid.keystore</keyStorePath>
<keyStorePassword>password</keyStorePassword>
</ssl>
+ <https>
+ <enabled>false</enabled>
+ </https>
</management>
<advanced>
<framesize>65535</framesize>