mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
have analytics collections verify with system trusted CA list
This commit is contained in:
parent
1adf5ee51d
commit
9d81b00772
@ -167,7 +167,7 @@ def ship(path):
|
||||
files = {'file': (os.path.basename(path), f, settings.INSIGHTS_AGENT_MIME)}
|
||||
response = requests.post(url,
|
||||
files=files,
|
||||
verify=True,
|
||||
verify="/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
|
||||
auth=(rh_user, rh_password),
|
||||
timeout=(31, 31))
|
||||
if response.status_code != 202:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user