mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -03:30
have analytics collections verify with system trusted CA list
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user