mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
issue_server_cert: avoid application of str to bytes
Part of: https://pagure.io/freeipa/issue/7131 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
parent
05acd0965f
commit
f3097e570c
@ -437,7 +437,7 @@ class CertDB(object):
|
||||
client_keyfile=paths.RA_AGENT_KEY,
|
||||
**params)
|
||||
http_status, _http_headers, http_body = result
|
||||
logger.debug("CA answer: %s", http_body)
|
||||
logger.debug("CA answer: %r", http_body)
|
||||
|
||||
if http_status != 200:
|
||||
raise CertificateOperationError(
|
||||
|
Loading…
Reference in New Issue
Block a user