mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
Print to debug output answer from CA
CA request may fail due various erros, without debug output we cannot decide what is wrong. Reviewed-By: Oleg Fayans <ofayans@redhat.com>
This commit is contained in:
parent
eabe248957
commit
5251cf5d14
@ -404,6 +404,7 @@ class CertDB(object):
|
||||
self.host_name, 8443, "/ca/ee/ca/profileSubmitSSLClient",
|
||||
self.secdir, password, "ipaCert", **params)
|
||||
http_status, http_headers, http_body = result
|
||||
root_logger.debug("CA answer: %s", http_body)
|
||||
|
||||
if http_status != 200:
|
||||
raise CertificateOperationError(
|
||||
|
Loading…
Reference in New Issue
Block a user