summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Options
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2014-10-15 17:03:41 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2014-10-15 17:05:27 +0200
commit007083a7f9af76a8e9efafddf2dd9061238a35c8 (patch)
tree4e3a8f98cc91f99c0252973594cfd7d9040612f3 /src/lib/Bcfg2/Options
parentc085a14f049082bf756209ad83f8722d4218a48b (diff)
downloadbcfg2-007083a7f9af76a8e9efafddf2dd9061238a35c8.tar.gz
bcfg2-007083a7f9af76a8e9efafddf2dd9061238a35c8.tar.bz2
bcfg2-007083a7f9af76a8e9efafddf2dd9061238a35c8.zip
Options: change default communication protocol to xmlrpc/tlsv1
Diffstat (limited to 'src/lib/Bcfg2/Options')
-rw-r--r--src/lib/Bcfg2/Options/Common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Options/Common.py b/src/lib/Bcfg2/Options/Common.py
index a6ea136c3..620a7604c 100644
--- a/src/lib/Bcfg2/Options/Common.py
+++ b/src/lib/Bcfg2/Options/Common.py
@@ -113,7 +113,7 @@ class Common(object):
#: Communication protocol
protocol = Option(
- cf=('communication', 'protocol'), default='xmlrpc/ssl',
+ cf=('communication', 'protocol'), default='xmlrpc/tlsv1',
choices=['xmlrpc/ssl', 'xmlrpc/tlsv1'],
help='Communication protocol to use.')