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