Ignore hipchat certificate verification

This commit is contained in:
Matthew Jones
2017-02-14 14:21:27 -05:00
parent aff3dbea73
commit 8553b8eda6

View File

@@ -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,