diff --git a/install/installLog.py b/install/installLog.py index cf16daf8f..fd950272d 100755 --- a/install/installLog.py +++ b/install/installLog.py @@ -30,6 +30,6 @@ class InstallLog: try: finalData = json.dumps({'ipAddress': InstallLog.ServerIP, "InstallCyberPanelStatus": message}) - requests.post(InstallLog.LogURL, data=finalData, verify=False) + requests.post(InstallLog.LogURL, data=finalData) except: pass