mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
added ssl verification using IPA trust anchor
https://fedorahosted.org/freeipa/ticket/6686 Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
4a30e9d534
commit
f784e33b1e
@ -94,6 +94,7 @@ class CustodiaClient(object):
|
||||
|
||||
# Perform request
|
||||
r = requests.get(url, headers=headers,
|
||||
verify=paths.IPA_CA_CRT,
|
||||
params={'type': 'kem', 'value': request})
|
||||
r.raise_for_status()
|
||||
reply = r.json()
|
||||
|
Loading…
Reference in New Issue
Block a user