diff options
-rw-r--r-- | rpkid/rpki/https.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/https.py b/rpkid/rpki/https.py index d4365db6..83d8f97d 100644 --- a/rpkid/rpki/https.py +++ b/rpkid/rpki/https.py @@ -50,7 +50,7 @@ rpki_content_type = "application/x-rpki" # ================================================================ -debug = True +debug = False want_persistent_client = True want_persistent_server = True |