I am using VPS cyber panel, and for the last few days I am facing an HTTPS error āYour connection is not privateā I installed really SSL plugging and also issue SSL from the VPS panel, but the problem still exists, then I contact hostinger the says āself-signed SSLā but I donāt know how to self-signed SSL certificate please advice
Iāve tried upgrading to stable, v2.3.2 and v2.3.4-beta, but I keep getting the error below. Our CyberPanel is all the way back on v1.8.3 (not sure if that is a problem jumping forward so many versions).
Traceback (most recent call last):
File "upgrade.py", line 2924, in <module>
main()
File "upgrade.py", line 2920, in main
Upgrade.upgrade(args.branch)
File "upgrade.py", line 2828, in upgrade
Upgrade.UpdateConfigOfCustomACL()
File "upgrade.py", line 2726, in UpdateConfigOfCustomACL
django.setup()
File "/usr/local/CyberPanel/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "/usr/local/CyberPanel/lib/python3.6/site-packages/django/apps/registry.py", line 114, in populate
app_config.import_models()
File "/usr/local/CyberPanel/lib/python3.6/site-packages/django/apps/config.py", line 211, in import_models
self.models_module = import_module(models_module_name)
File "/usr/local/CyberPanel/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 994, in _gcd_import
File "<frozen importlib._bootstrap>", line 971, in _find_and_load
File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/usr/local/CyberCP/loginSystem/models.py", line 75, in <module>
class Administrator(models.Model):
File "/usr/local/CyberCP/loginSystem/models.py", line 87, in Administrator
acl = models.ForeignKey(ACL, default=1)
TypeError: __init__() missing 1 required positional argument: 'on_delete'
above command failed...