mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 18:21:03 -03:30
Ignore hipchat certificate verification
This commit is contained in:
@@ -37,6 +37,7 @@ class HipChatBackend(TowerBaseEmailBackend):
|
|||||||
for rcp in m.recipients():
|
for rcp in m.recipients():
|
||||||
r = requests.post("{}/v2/room/{}/notification".format(self.api_url, rcp),
|
r = requests.post("{}/v2/room/{}/notification".format(self.api_url, rcp),
|
||||||
params={"auth_token": self.token},
|
params={"auth_token": self.token},
|
||||||
|
verify=False,
|
||||||
json={"color": self.color,
|
json={"color": self.color,
|
||||||
"message": m.subject,
|
"message": m.subject,
|
||||||
"notify": self.notify,
|
"notify": self.notify,
|
||||||
|
|||||||
Reference in New Issue
Block a user