ignore https certificate verification (#484)

This commit is contained in:
Juvenile
2022-01-22 22:06:39 +08:00
committed by GitHub
parent 4204879251
commit c17aa17096

View File

@@ -16,6 +16,7 @@ class HTTPDispatcher:
dispatch_url,
json=report,
headers={"Content-Type": "application/json"},
verify=False
)
r.raise_for_status()
logger.info(f"Report was dispatched to: {dispatch_url}")