diff options
Diffstat (limited to 'rpkid')
-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 4ee8e3b2..92c0de37 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 = False +debug_tls_certs = True # Whether we want persistent HTTP streams, when peer also supports them want_persistent_client = True |