mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-09 09:02:05 +01:00
ssl verify for install
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user