Update notifications service to enable certificate validation
[osm/POL.git] / osm_policy_module / alarming / service.py
index fceffda..f5a5d9e 100644 (file)
@@ -290,7 +290,6 @@ class AlarmingService:
                                         url=action.url,
                                         data=json.dumps(payload),
                                         headers=headers,
-                                        verify=False,
                                         timeout=alert_timeout,
                                     )
                                     log.info("Response %s", resp)