diff options
Diffstat (limited to 'rpkid/rpki/https.py')
-rw-r--r-- | rpkid/rpki/https.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpkid/rpki/https.py b/rpkid/rpki/https.py index e7059df2..2dabfe50 100644 --- a/rpkid/rpki/https.py +++ b/rpkid/rpki/https.py @@ -46,10 +46,10 @@ rpki_content_type = "application/x-rpki" # ================================================================ # Chatter about TLS certificates -debug_tls_certs = False +debug_tls_certs = True # Verbose chatter about HTTP streams -debug = False +debug = True # Whether we want persistent HTTP streams, when peer also supports them want_persistent_client = True |