aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/https.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2009-08-28 21:28:22 +0000
committerRob Austein <sra@hactrn.net>2009-08-28 21:28:22 +0000
commitc9bab7513d390073ec9fcf70397fc7f0b66b4814 (patch)
treee0ac388916b4f8c51da9a6cf6e905e3fadfe8fe8 /rpkid/rpki/https.py
parent9f4bc84a8be52b5fc838f2bf52d37bd8d6ecd112 (diff)
myirbe now supports running rpkid without pubd.
svn path=/myrpki/myrpki.conf; revision=2715
Diffstat (limited to 'rpkid/rpki/https.py')
-rw-r--r--rpkid/rpki/https.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/https.py b/rpkid/rpki/https.py
index 92c0de37..4ee8e3b2 100644
--- a/rpkid/rpki/https.py
+++ b/rpkid/rpki/https.py
@@ -49,7 +49,7 @@ rpki_content_type = "application/x-rpki"
debug_http = False
# Verbose chatter about TLS certificates
-debug_tls_certs = True
+debug_tls_certs = False
# Whether we want persistent HTTP streams, when peer also supports them
want_persistent_client = True